Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp395 case T_ORASSIGN: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp53 { "|=", boost::wave::T_ORASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp94 T_ORASSIGN = TOKEN_FROM_ID(261, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp197 TOKEN_DATA(T_ORASSIGN, Q("|=")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp196 TOKEN_DATA(T_ORASSIGN, Q("|=")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re216 "|=" { BOOST_WAVE_RET(T_ORASSIGN); }
Dcpp.re217 "|=" { BOOST_WAVE_RET(T_ORASSIGN); }
Dcpp_re.inc2143 { BOOST_WAVE_RET(T_ORASSIGN); }
Dstrict_cpp_re.inc2139 { BOOST_WAVE_RET(T_ORASSIGN); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h384 | pp(T_ORASSIGN) in definition()