Home
last modified time | relevance | path

Searched refs:T_EQUAL (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp376 case T_EQUAL: in must_insert()
385 case T_EQUAL: in must_insert()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp446 >> *( ch_p(T_EQUAL) in definition()
630 >> *( ch_p(T_EQUAL) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re71 "==" { BOOST_WAVE_RET(T_EQUAL); }
Didl.inc2753 { BOOST_WAVE_RET(T_EQUAL); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp51 { "==", boost::wave::T_EQUAL },
/third_party/boost/boost/wave/
Dtoken_ids.hpp110 T_EQUAL = TOKEN_FROM_ID(271, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp195 TOKEN_DATA(T_EQUAL, "=="),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp208 TOKEN_DATA(T_EQUAL, "=="),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re223 "==" { BOOST_WAVE_RET(T_EQUAL); }
Dcpp.re224 "==" { BOOST_WAVE_RET(T_EQUAL); }
Dcpp_re.inc1651 { BOOST_WAVE_RET(T_EQUAL); }
Dstrict_cpp_re.inc1637 { BOOST_WAVE_RET(T_EQUAL); }
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped98 T_EQUAL = 289,
134 #define T_EQUAL 289
514 "T_EQUAL", "T_NOT", "$accept", "input", "stmt_list", "option_name",
Dlex.zconf.c_shipped1093 return T_EQUAL;
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h421 | pp(T_EQUAL) in definition()