Home
last modified time | relevance | path

Searched refs:T_LESS (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp134 case T_LESS: // <<% in handle_alt_leftbrace()
150 case T_LESS: // <<: in handle_alt_leftbracket()
389 case T_LESS: in must_insert()
426 case T_LESS: in must_insert()
427 if (T_LESS == prev) in must_insert()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h424 | pp(T_LESS) in definition()
521 >> ch_p(T_LESS) >> type_id >> ch_p(T_GREATER) in definition()
524 >> ch_p(T_LESS) >> type_id >> ch_p(T_GREATER) in definition()
527 >> ch_p(T_LESS) >> type_id >> ch_p(T_GREATER) in definition()
530 >> ch_p(T_LESS) >> type_id >> ch_p(T_GREATER) in definition()
697 >> ch_p(T_LESS) >> template_parameter_list >> ch_p(T_GREATER) in definition()
719 >> ch_p(T_LESS) >> template_parameter_list >> ch_p(T_GREATER) in definition()
747 = ch_p(T_TEMPLATE) >> ch_p(T_LESS) >> ch_p(T_GREATER) in definition()
1170 >> ch_p(T_LESS) >> template_argument_list >> ch_p(T_GREATER) in definition()
/third_party/boost/boost/wave/grammars/
Dcpp_has_include_grammar.hpp90 = ch_p(T_LESS) in definition()
Dcpp_expression_grammar.hpp475 | ch_p(T_LESS) in definition()
643 | ch_p(T_LESS) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re67 "<" { BOOST_WAVE_RET(T_LESS); }
Didl.inc364 { BOOST_WAVE_RET(T_LESS); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp82 { "<", boost::wave::T_LESS },
/third_party/boost/boost/wave/
Dtoken_ids.hpp116 T_LESS = TOKEN_FROM_ID(275, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp223 TOKEN_DATA(T_LESS, "<"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp214 TOKEN_DATA(T_LESS, "<"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re204 "<" { BOOST_WAVE_RET(T_LESS); }
Dcpp.re205 "<" { BOOST_WAVE_RET(T_LESS); }
Dcpp_re.inc474 { BOOST_WAVE_RET(T_LESS); }
Dstrict_cpp_re.inc461 { BOOST_WAVE_RET(T_LESS); }