Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp65 case T_NOT_ALT: in handle_identifier()
464 case T_NOT_ALT: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp31 { "not", boost::wave::T_NOT_ALT },
/third_party/boost/boost/wave/
Dtoken_ids.hpp128 T_NOT_ALT = TOKEN_FROM_ID(284, OperatorTokenType|AltExtTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp392 TOKEN_DATA(T_NOT_ALT, "not"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp396 TOKEN_DATA(T_NOT_ALT, "not"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re202 "not" { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
Dcpp.re203 "not" { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
Dcpp_re.inc2839 { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
Dstrict_cpp_re.inc2835 { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }