Searched refs:T_LEFTPAREN (Results 1 – 21 of 21) sorted by relevance
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 271 | ch_p(T_LEFTPAREN) >> expression >> ch_p(T_RIGHTPAREN) in definition() 438 = ch_p(T_LEFTPAREN) >> type_id >> ch_p(T_RIGHTPAREN) in definition() 451 >> ch_p(T_LEFTPAREN) >> type_id >> ch_p(T_RIGHTPAREN) in definition() 471 | ch_p(T_LEFTPAREN) >> type_id >> ch_p(T_RIGHTPAREN) >> !new_initializer in definition() 477 = ch_p(T_LEFTPAREN) >> expression_list >> ch_p(T_RIGHTPAREN) in definition() 499 = ch_p(T_LEFTPAREN) >> !expression_list >> ch_p(T_RIGHTPAREN) in definition() 519 >> ch_p(T_LEFTPAREN) >> !expression_list >> ch_p(T_RIGHTPAREN) in definition() 522 >> ch_p(T_LEFTPAREN) >> expression >> ch_p(T_RIGHTPAREN) in definition() 525 >> ch_p(T_LEFTPAREN) >> expression >> ch_p(T_RIGHTPAREN) in definition() 528 >> ch_p(T_LEFTPAREN) >> expression >> ch_p(T_RIGHTPAREN) in definition() [all …]
|
/third_party/boost/boost/wave/util/ |
D | insert_whitespace_detection.hpp | 234 case T_LEFTPAREN: in handle_parens() 295 case T_LEFTPAREN: in must_insert() 303 case T_LEFTPAREN: in must_insert() 321 case T_LEFTPAREN: in must_insert() 471 case T_LEFTPAREN: in must_insert()
|
D | interpret_pragma.hpp | 105 ch_p(T_LEFTPAREN), in interpret_pragma() 120 BOOST_ASSERT(T_LEFTPAREN == values.front() && T_RIGHTPAREN == values.back()); in interpret_pragma() 159 ( ( ch_p(T_LEFTPAREN) in interpret_pragma()
|
D | macro_helpers.hpp | 270 (T_LEFTPAREN != next_token<MDefIterT>::peek(mdit, mdend))) { in find_va_opt_args() 283 } else if (T_LEFTPAREN == token_id(*mdit)) { in find_va_opt_args()
|
D | cpp_macromap.hpp | 414 (T_LEFTPAREN != token_id(*mdit))) { // not lparen in add_macro() 889 id != T_RIGHTPAREN && id != T_LEFTPAREN) in collect_arguments() 899 case T_LEFTPAREN: in collect_arguments() 1492 if (T_LEFTPAREN == impl::next_token<IteratorT>::peek(first, last)) { in expand_macro() 1494 impl::skip_to_token(ctx, first, last, T_LEFTPAREN, seen_newline); in expand_macro() 1904 if (!impl::skip_to_token(ctx, first, last, T_LEFTPAREN, seen_newline)) { in resolve_operator_pragma() 2008 pending.push_front(token_type(T_LEFTPAREN, "(", pragma_token.get_position())); in resolve_operator_pragma()
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_predef_macros_grammar.hpp | 93 no_node_d[ch_p(T_LEFTPAREN) >> *ch_p(T_SPACE)], in definition()
|
D | cpp_defined_grammar.hpp | 75 ( ch_p(T_LEFTPAREN) in definition()
|
D | cpp_has_include_grammar.hpp | 82 ch_p(T_LEFTPAREN) >> in definition()
|
D | cpp_grammar.hpp | 341 >> ( ( no_node_d[eps_p(ch_p(T_LEFTPAREN))] in definition() 355 no_node_d[ch_p(T_LEFTPAREN) >> *ppsp], in definition()
|
D | cpp_expression_grammar.hpp | 562 | ch_p(T_LEFTPAREN) in definition() 689 | ch_p(T_LEFTPAREN) in definition()
|
/third_party/boost/boost/wave/cpplexer/ |
D | detect_include_guards.hpp | 152 if (T_LEFTPAREN == id) in state_1c()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 50 "(" { BOOST_WAVE_RET(T_LEFTPAREN); }
|
D | idl.inc | 265 { BOOST_WAVE_RET(T_LEFTPAREN); }
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 84 { "(", boost::wave::T_LEFTPAREN },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 118 T_LEFTPAREN = TOKEN_FROM_ID(277, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 225 TOKEN_DATA(T_LEFTPAREN, Q("(")),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 216 TOKEN_DATA(T_LEFTPAREN, Q("(")),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 158 "(" { BOOST_WAVE_RET(T_LEFTPAREN); }
|
D | cpp.re | 159 "(" { BOOST_WAVE_RET(T_LEFTPAREN); }
|
D | cpp_re.inc | 384 { BOOST_WAVE_RET(T_LEFTPAREN); }
|
D | strict_cpp_re.inc | 371 { BOOST_WAVE_RET(T_LEFTPAREN); }
|