Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp346 case T_MINUSASSIGN: in must_insert()
380 case T_MINUSASSIGN: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp88 { "-=", boost::wave::T_MINUSASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp123 T_MINUSASSIGN = TOKEN_FROM_ID(280, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp229 TOKEN_DATA(T_MINUSASSIGN, Q("-=")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp221 TOKEN_DATA(T_MINUSASSIGN, Q("-=")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re207 "-=" { BOOST_WAVE_RET(T_MINUSASSIGN); }
Dcpp.re208 "-=" { BOOST_WAVE_RET(T_MINUSASSIGN); }
Dcpp_re.inc1569 { BOOST_WAVE_RET(T_MINUSASSIGN); }
Dstrict_cpp_re.inc1555 { BOOST_WAVE_RET(T_MINUSASSIGN); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h387 | pp(T_MINUSASSIGN) in definition()