Home
last modified time | relevance | path

Searched refs:T_PP_IFNDEF (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/wave/cpplexer/
Ddetect_include_guards.hpp92 if (T_PP_IFNDEF == id) in state_0()
228 if (T_PP_IF == id || T_PP_IFDEF == id || T_PP_IFNDEF == id) in state_4()
/third_party/boost/libs/wave/samples/advanced_hooks/
Dadvanced_hooks.hpp68 case T_PP_IFNDEF: in found_directive()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re111 Pound PPSpace "ifndef" { BOOST_WAVE_RET(T_PP_IFNDEF); }
Didl.inc3083 { BOOST_WAVE_RET(T_PP_IFNDEF); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp203 { "#ifndef", boost::wave::T_PP_IFNDEF },
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp414 ch_p(T_PP_IFNDEF) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp224 T_PP_IFNDEF = TOKEN_FROM_ID(371, PPConditionalTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp336 TOKEN_DATA(T_PP_IFNDEF, POUNDDEF PPSPACE "ifndef"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp316 TOKEN_DATA(T_PP_IFNDEF, "{POUNDDEF}{PPSPACE}ifndef"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re309 Pound PPSpace "ifndef" { BOOST_WAVE_RET(T_PP_IFNDEF); }
Dcpp.re310 Pound PPSpace "ifndef" { BOOST_WAVE_RET(T_PP_IFNDEF); }
Dcpp_re.inc4951 { BOOST_WAVE_RET(T_PP_IFNDEF); }
Dstrict_cpp_re.inc4938 { BOOST_WAVE_RET(T_PP_IFNDEF); }
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp1134 case T_PP_IFNDEF: // #ifndef in handle_pp_directive()
1278 case T_PP_IFNDEF: // #ifndef in handle_pp_directive()