Searched refs:T_AND (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/boost/wave/util/ |
D | insert_whitespace_detection.hpp | 399 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/ |
D | cpp_expression_grammar.hpp | 435 >> *( pattern_p(T_AND, MainTokenMask) in definition() 623 >> *( pattern_p(T_AND, MainTokenMask) in definition()
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 419 | 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/ |
D | idl.re | 62 "&" { BOOST_WAVE_RET(T_AND); }
|
D | idl.inc | 332 { BOOST_WAVE_RET(T_AND); }
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 84 T_AND = TOKEN_FROM_ID(T_FIRST_TOKEN, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 194 TOKEN_DATA(T_AND, "&"),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 190 TOKEN_DATA(T_AND, "&"),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 193 "&" { BOOST_WAVE_RET(T_AND); }
|
D | cpp.re | 194 "&" { BOOST_WAVE_RET(T_AND); }
|
D | cpp_re.inc | 367 { BOOST_WAVE_RET(T_AND); }
|
D | strict_cpp_re.inc | 354 { BOOST_WAVE_RET(T_AND); }
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 97 T_AND = 288, 133 #define T_AND 288 513 "T_UNEQUAL", "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND",
|
D | lex.zconf.c_shipped | 1073 return T_AND;
|