Home
last modified time | relevance | path

Searched refs:T_ASSIGN (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h382 = pp(T_ASSIGN) in definition()
654 = ch_p(T_ASSIGN) >> initializer_clause in definition()
678 = ch_p(T_NAMESPACE) >> ch_p(T_IDENTIFIER) >> ch_p(T_ASSIGN) in definition()
715 >> !(ch_p(T_ASSIGN) >> type_id) in definition()
717 >> !(ch_p(T_ASSIGN) >> type_id) in definition()
721 >> !(ch_p(T_ASSIGN) >> template_name) in definition()
900 >> !(ch_p(T_ASSIGN) >> assignment_expression) in definition()
1048 = enumerator >> !(ch_p(T_ASSIGN) >> constant_expression) in definition()
1259 = ch_p(T_ASSIGN) >> ch_p(T_INTLIT) in definition()
1264 = ch_p(T_ASSIGN) >> constant_expression in definition()
/third_party/boost/boost/wave/grammars/
Dcpp_predef_macros_grammar.hpp117 = no_node_d[ch_p(T_ASSIGN)] in definition()
/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp377 case T_ASSIGN: in must_insert()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re66 "=" { BOOST_WAVE_RET(T_ASSIGN); }
Didl.inc355 { BOOST_WAVE_RET(T_ASSIGN); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp52 { "=", boost::wave::T_ASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp88 T_ASSIGN = TOKEN_FROM_ID(258, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp196 TOKEN_DATA(T_ASSIGN, "="),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp192 TOKEN_DATA(T_ASSIGN, "="),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re203 "=" { BOOST_WAVE_RET(T_ASSIGN); }
Dcpp.re204 "=" { BOOST_WAVE_RET(T_ASSIGN); }
Dcpp_re.inc480 { BOOST_WAVE_RET(T_ASSIGN); }
Dstrict_cpp_re.inc467 { BOOST_WAVE_RET(T_ASSIGN); }