Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp356 case T_PLUSPLUS: in must_insert()
358 if (T_PLUS == prev || T_PLUSPLUS == prev) in must_insert()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re77 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
Didl.inc3153 { BOOST_WAVE_RET(T_PLUSPLUS); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp99 { "++", boost::wave::T_PLUSPLUS },
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h446 | ch_p(T_PLUSPLUS) >> cast_expression in definition()
546 | ch_p(T_PLUSPLUS) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp136 T_PLUSPLUS = TOKEN_FROM_ID(289, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp240 TOKEN_DATA(T_PLUSPLUS, Q("+") Q("+")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp231 TOKEN_DATA(T_PLUSPLUS, Q("+") "{2}"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re235 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
Dcpp.re236 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
Dcpp_re.inc1554 { BOOST_WAVE_RET(T_PLUSPLUS); }
Dstrict_cpp_re.inc1540 { BOOST_WAVE_RET(T_PLUSPLUS); }