Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp399 case T_AND: in must_insert()
439 case T_AND: in must_insert()
443 if (T_AND == prev || T_ANDAND == prev) in must_insert()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp435 >> *( pattern_p(T_AND, MainTokenMask) in definition()
623 >> *( pattern_p(T_AND, MainTokenMask) in definition()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h419 | pp(T_AND) in definition()
459 | pp(T_AND) in definition()
980 | ch_p(T_AND) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re62 "&" { BOOST_WAVE_RET(T_AND); }
Didl.inc332 { BOOST_WAVE_RET(T_AND); }
/third_party/boost/boost/wave/
Dtoken_ids.hpp84 T_AND = TOKEN_FROM_ID(T_FIRST_TOKEN, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp194 TOKEN_DATA(T_AND, "&"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp190 TOKEN_DATA(T_AND, "&"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re193 "&" { BOOST_WAVE_RET(T_AND); }
Dcpp.re194 "&" { BOOST_WAVE_RET(T_AND); }
Dcpp_re.inc367 { BOOST_WAVE_RET(T_AND); }
Dstrict_cpp_re.inc354 { BOOST_WAVE_RET(T_AND); }
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped97 T_AND = 288,
133 #define T_AND 288
513 "T_UNEQUAL", "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND",
Dlex.zconf.c_shipped1073 return T_AND;