Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp344 case T_MINUS: in must_insert()
347 if (T_MINUS == prev || T_MINUSMINUS == prev) in must_insert()
392 case T_MINUS: in must_insert()
418 if (T_MINUS == prev || T_GREATER == prev) in must_insert()
500 (T_MINUS == beforeprev || T_MINUSMINUS == beforeprev) in must_insert()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp512 | ch_p(T_MINUS) in definition()
546 | ch_p(T_MINUS) >> unary_exp in definition()
663 | ch_p(T_MINUS) in definition()
682 | ch_p(T_MINUS) >> unary_exp_nocalc in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re57 "-" { BOOST_WAVE_RET(T_MINUS); }
Didl.inc308 { BOOST_WAVE_RET(T_MINUS); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp90 { "-", boost::wave::T_MINUS },
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h428 | pp(T_MINUS) in definition()
461 | ch_p(T_MINUS) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp122 T_MINUS = TOKEN_FROM_ID(279, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp231 TOKEN_DATA(T_MINUS, Q("-")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp220 TOKEN_DATA(T_MINUS, Q("-")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re186 "-" { BOOST_WAVE_RET(T_MINUS); }
Dcpp.re187 "-" { BOOST_WAVE_RET(T_MINUS); }
Dcpp_re.inc418 { BOOST_WAVE_RET(T_MINUS); }
Dstrict_cpp_re.inc405 { BOOST_WAVE_RET(T_MINUS); }