Home
last modified time | relevance | path

Searched refs:T_ELSE (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/polygon/
Dpolygon_traits.hpp117 template <typename T, typename T_IF, typename T_ELSE>
119 template <typename T_IF, typename T_ELSE>
120 struct gtl_ifelse<gtl_no, T_IF, T_ELSE> {
121 typedef T_ELSE type;
123 template <typename T_IF, typename T_ELSE>
124 struct gtl_ifelse<gtl_yes, T_IF, T_ELSE> {
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp129 { "else", boost::wave::T_ELSE },
/third_party/boost/boost/wave/
Dtoken_ids.hpp176 T_ELSE = TOKEN_FROM_ID(323, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp270 TOKEN_DATA(T_ELSE, "else"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp268 TOKEN_DATA(T_ELSE, "else"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re69 "else" { BOOST_WAVE_RET(T_ELSE); }
Dcpp.re70 "else" { BOOST_WAVE_RET(T_ELSE); }
Dcpp_re.inc3460 { BOOST_WAVE_RET(T_ELSE); }
Dstrict_cpp_re.inc3450 { BOOST_WAVE_RET(T_ELSE); }