Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp384 case T_SHIFTLEFTASSIGN: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp77 { "<<=", boost::wave::T_SHIFTLEFTASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp150 T_SHIFTLEFTASSIGN = TOKEN_FROM_ID(299, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp218 TOKEN_DATA(T_SHIFTLEFTASSIGN, "<<="),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp243 TOKEN_DATA(T_SHIFTLEFTASSIGN, "<<="),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re222 "<<=" { BOOST_WAVE_RET(T_SHIFTLEFTASSIGN); }
Dcpp.re223 "<<=" { BOOST_WAVE_RET(T_SHIFTLEFTASSIGN); }
Dcpp_re.inc2388 { BOOST_WAVE_RET(T_SHIFTLEFTASSIGN); }
Dstrict_cpp_re.inc2378 { BOOST_WAVE_RET(T_SHIFTLEFTASSIGN); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h390 | pp(T_SHIFTLEFTASSIGN) in definition()