Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp463 >> *( ch_p(T_LESSEQUAL) in definition()
639 >> *( ch_p(T_LESSEQUAL) in definition()
/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp387 case T_LESSEQUAL: in must_insert()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re73 "<=" { BOOST_WAVE_RET(T_LESSEQUAL); }
Didl.inc2743 { BOOST_WAVE_RET(T_LESSEQUAL); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp79 { "<=", boost::wave::T_LESSEQUAL },
/third_party/boost/boost/wave/
Dtoken_ids.hpp117 T_LESSEQUAL = TOKEN_FROM_ID(276, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp221 TOKEN_DATA(T_LESSEQUAL, "<="),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp215 TOKEN_DATA(T_LESSEQUAL, "<="),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re226 "<=" { BOOST_WAVE_RET(T_LESSEQUAL); }
Dcpp.re227 "<=" { BOOST_WAVE_RET(T_LESSEQUAL); }
Dcpp_re.inc1646 { BOOST_WAVE_RET(T_LESSEQUAL); }
Dstrict_cpp_re.inc1632 { BOOST_WAVE_RET(T_LESSEQUAL); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h423 | pp(T_LESSEQUAL) in definition()