Searched refs:T_ELSE (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/polygon/ |
D | polygon_traits.hpp | 117 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/ |
D | cpp_tokens.hpp | 129 { "else", boost::wave::T_ELSE },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 176 T_ELSE = TOKEN_FROM_ID(323, KeywordTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 270 TOKEN_DATA(T_ELSE, "else"),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 268 TOKEN_DATA(T_ELSE, "else"),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 69 "else" { BOOST_WAVE_RET(T_ELSE); }
|
D | cpp.re | 70 "else" { BOOST_WAVE_RET(T_ELSE); }
|
D | cpp_re.inc | 3460 { BOOST_WAVE_RET(T_ELSE); }
|
D | strict_cpp_re.inc | 3450 { BOOST_WAVE_RET(T_ELSE); }
|