Home
last modified time | relevance | path

Searched refs:T_PP_ELSE (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/wave/samples/advanced_hooks/
Dadvanced_hooks.hpp75 case T_PP_ELSE: in found_directive()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re112 Pound PPSpace "else" { BOOST_WAVE_RET(T_PP_ELSE); }
Didl.inc2924 { BOOST_WAVE_RET(T_PP_ELSE); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp205 { "#else", boost::wave::T_PP_ELSE },
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp1153 case T_PP_ELSE: // #else in handle_pp_directive()
1157 if (T_PP_ELSE == token_id(*it)) in handle_pp_directive()
1229 case T_PP_ELSE: // #else in handle_pp_directive()
1234 if (T_PP_ELSE == token_id(*it)) in handle_pp_directive()
/third_party/boost/boost/wave/
Dtoken_ids.hpp225 T_PP_ELSE = TOKEN_FROM_ID(372, PPConditionalTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp338 TOKEN_DATA(T_PP_ELSE, POUNDDEF PPSPACE "else"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp317 TOKEN_DATA(T_PP_ELSE, "{POUNDDEF}{PPSPACE}else"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re310 Pound PPSpace "else" { BOOST_WAVE_RET(T_PP_ELSE); }
Dcpp.re311 Pound PPSpace "else" { BOOST_WAVE_RET(T_PP_ELSE); }
Dcpp_re.inc3792 { BOOST_WAVE_RET(T_PP_ELSE); }
Dstrict_cpp_re.inc3782 { BOOST_WAVE_RET(T_PP_ELSE); }