Searched refs:T_NOT (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/boost/wave/cpplexer/ |
D | detect_include_guards.hpp | 124 if (T_NOT == BASE_TOKEN(id)) in state_1a()
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_expression_grammar.hpp | 554 | pattern_p(T_NOT, MainTokenMask) >> unary_exp in definition() 684 | pattern_p(T_NOT, MainTokenMask) >> unary_exp_nocalc in definition()
|
/third_party/boost/boost/wave/util/ |
D | insert_whitespace_detection.hpp | 431 case T_NOT: in must_insert()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 65 "!" { BOOST_WAVE_RET(T_NOT); }
|
D | idl.inc | 349 { BOOST_WAVE_RET(T_NOT); }
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 97 { "!", boost::wave::T_NOT },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 127 T_NOT = TOKEN_FROM_ID(284, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 238 TOKEN_DATA(T_NOT, "!"),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 225 TOKEN_DATA(T_NOT, "!"),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 201 "!" { BOOST_WAVE_RET(T_NOT); }
|
D | cpp.re | 202 "!" { BOOST_WAVE_RET(T_NOT); }
|
D | cpp_re.inc | 280 { BOOST_WAVE_RET(T_NOT); }
|
D | strict_cpp_re.inc | 279 { BOOST_WAVE_RET(T_NOT); }
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 99 T_NOT = 290 135 #define T_NOT 290 514 "T_EQUAL", "T_NOT", "$accept", "input", "stmt_list", "option_name",
|
D | lex.zconf.c_shipped | 1089 return T_NOT;
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 462 | ch_p(T_NOT) in definition()
|