Home
last modified time | relevance | path

Searched refs:T_PLUSASSIGN (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp357 case T_PLUSASSIGN: in must_insert()
379 case T_PLUSASSIGN: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp98 { "+=", boost::wave::T_PLUSASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp135 T_PLUSASSIGN = TOKEN_FROM_ID(288, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp239 TOKEN_DATA(T_PLUSASSIGN, Q("+=")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp230 TOKEN_DATA(T_PLUSASSIGN, Q("+=")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re206 "+=" { BOOST_WAVE_RET(T_PLUSASSIGN); }
Dcpp.re207 "+=" { BOOST_WAVE_RET(T_PLUSASSIGN); }
Dcpp_re.inc1559 { BOOST_WAVE_RET(T_PLUSASSIGN); }
Dstrict_cpp_re.inc1545 { BOOST_WAVE_RET(T_PLUSASSIGN); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h389 | pp(T_PLUSASSIGN) in definition()