Home
last modified time | relevance | path

Searched refs:T_STAR (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp393 case T_STAR: in must_insert()
496 case T_STAR: in must_insert()
497 if (T_STAR == prev) in must_insert()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h431 | pp(T_STAR) in definition()
458 = ch_p(T_STAR) in definition()
979 = ch_p(T_STAR) >> !cv_qualifier_seq in definition()
982 >> ch_p(T_STAR) >> !cv_qualifier_seq in definition()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp522 >> *( ch_p(T_STAR) in definition()
670 >> *( ch_p(T_STAR) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re58 "*" { BOOST_WAVE_RET(T_STAR); }
Didl.inc313 { BOOST_WAVE_RET(T_STAR); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp108 { "*", boost::wave::T_STAR },
/third_party/boost/boost/wave/
Dtoken_ids.hpp153 T_STAR = TOKEN_FROM_ID(302, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp249 TOKEN_DATA(T_STAR, Q("*")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp246 TOKEN_DATA(T_STAR, Q("*")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re187 "*" { BOOST_WAVE_RET(T_STAR); }
Dcpp.re188 "*" { BOOST_WAVE_RET(T_STAR); }
Dcpp_re.inc395 { BOOST_WAVE_RET(T_STAR); }
Dstrict_cpp_re.inc382 { BOOST_WAVE_RET(T_STAR); }