Searched refs:T_OR (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/wave/util/ |
D | insert_whitespace_detection.hpp | 398 case T_OR: in must_insert() 447 case T_OR: in must_insert() 450 if (T_OR == prev) in must_insert()
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_expression_grammar.hpp | 413 >> *( pattern_p(T_OR, MainTokenMask) in definition() 609 >> *( pattern_p(T_OR, MainTokenMask) in definition()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 63 "|" { BOOST_WAVE_RET(T_OR); }
|
D | idl.inc | 338 { BOOST_WAVE_RET(T_OR); }
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 59 { "|", boost::wave::T_OR },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 91 T_OR = TOKEN_FROM_ID(260, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 201 TOKEN_DATA(T_OR, Q("|")),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 194 TOKEN_DATA(T_OR, Q("|")),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 195 "|" { BOOST_WAVE_RET(T_OR); }
|
D | cpp.re | 196 "|" { BOOST_WAVE_RET(T_OR); }
|
D | cpp_re.inc | 758 { BOOST_WAVE_RET(T_OR); }
|
D | strict_cpp_re.inc | 757 { BOOST_WAVE_RET(T_OR); }
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 96 T_OR = 287, 132 #define T_OR 287 513 "T_UNEQUAL", "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND",
|
D | lex.zconf.c_shipped | 1077 return T_OR;
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 417 | pp(T_OR) in definition()
|