Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp147 { "new", boost::wave::T_NEW },
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h468 = !ch_p(T_COLON_COLON) >> ch_p(T_NEW) >> !new_placement in definition()
939 | ch_p(T_NEW) >> !(pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET)) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp191 T_NEW = TOKEN_FROM_ID(338, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp285 TOKEN_DATA(T_NEW, "new"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp283 TOKEN_DATA(T_NEW, "new"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re86 "new" { BOOST_WAVE_RET(T_NEW); }
Dcpp.re87 "new" { BOOST_WAVE_RET(T_NEW); }
Dcpp_re.inc2810 { BOOST_WAVE_RET(T_NEW); }
Dstrict_cpp_re.inc2806 { BOOST_WAVE_RET(T_NEW); }