Searched refs:T_OROR (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/wave/grammars/ |
D | cpp_expression_grammar.hpp | 367 pattern_p(T_OROR, MainTokenMask) in definition() 376 pattern_p(T_OROR, MainTokenMask) in definition() 595 >> *( pattern_p(T_OROR, MainTokenMask) in definition()
|
/third_party/boost/boost/wave/util/ |
D | insert_whitespace_detection.hpp | 401 case T_OROR: in must_insert()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 76 "||" { BOOST_WAVE_RET(T_OROR); }
|
D | idl.inc | 2763 { BOOST_WAVE_RET(T_OROR); }
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 55 { "||", boost::wave::T_OROR },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 131 T_OROR = TOKEN_FROM_ID(286, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 199 TOKEN_DATA(T_OROR, Q("|") Q("|")),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 227 TOKEN_DATA(T_OROR, Q("|") "{2}"),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 230 "||" { BOOST_WAVE_RET(T_OROR); }
|
D | cpp.re | 231 "||" { BOOST_WAVE_RET(T_OROR); }
|
D | cpp_re.inc | 2152 { BOOST_WAVE_RET(T_OROR); }
|
D | strict_cpp_re.inc | 2148 { BOOST_WAVE_RET(T_OROR); }
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 415 = pp(T_OROR) in definition()
|