Home
last modified time | relevance | path

Searched refs:T_MINUSMINUS (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp345 case T_MINUSMINUS: in must_insert()
347 if (T_MINUS == prev || T_MINUSMINUS == prev) in must_insert()
500 (T_MINUS == beforeprev || T_MINUSMINUS == beforeprev) in must_insert()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re78 "--" { BOOST_WAVE_RET(T_MINUSMINUS); }
Didl.inc3148 { BOOST_WAVE_RET(T_MINUSMINUS); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp87 { "--", boost::wave::T_MINUSMINUS },
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h447 | ch_p(T_MINUSMINUS) >> cast_expression in definition()
547 | ch_p(T_MINUSMINUS) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp124 T_MINUSMINUS = TOKEN_FROM_ID(281, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp228 TOKEN_DATA(T_MINUSMINUS, Q("-") Q("-")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp222 TOKEN_DATA(T_MINUSMINUS, Q("-") "{2}"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re236 "--" { BOOST_WAVE_RET(T_MINUSMINUS); }
Dcpp.re237 "--" { BOOST_WAVE_RET(T_MINUSMINUS); }
Dcpp_re.inc1564 { BOOST_WAVE_RET(T_MINUSMINUS); }
Dstrict_cpp_re.inc1550 { BOOST_WAVE_RET(T_MINUSMINUS); }