Searched refs:T_RIGHTPAREN (Results 1 – 20 of 20) 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 | interpret_pragma.hpp | 106 ch_p(T_RIGHTPAREN) in interpret_pragma() 120 BOOST_ASSERT(T_LEFTPAREN == values.front() && T_RIGHTPAREN == values.back()); in interpret_pragma() 161 … *(anychar_p[spirit_append_actor(values)] - ch_p(T_RIGHTPAREN)) in interpret_pragma() 163 >> ch_p(T_RIGHTPAREN) in interpret_pragma() 183 BOOST_ASSERT(T_RIGHTPAREN == values.back() || T_NEWLINE == values.back()); in interpret_pragma()
|
D | insert_whitespace_detection.hpp | 235 case T_RIGHTPAREN: in handle_parens() 296 case T_RIGHTPAREN: in must_insert() 304 case T_RIGHTPAREN: in must_insert() 322 case T_RIGHTPAREN: in must_insert() 472 case T_RIGHTPAREN: in must_insert()
|
D | macro_helpers.hpp | 278 for (; (mdit != mdend) && !((scope == 1) && (T_RIGHTPAREN == token_id(*mdit))); in find_va_opt_args() 281 if (T_RIGHTPAREN == token_id(*mdit)) { in find_va_opt_args() 287 if ((mdit == mdend) && ((scope != 1) || (T_RIGHTPAREN != token_id(*mdit)))) { in find_va_opt_args()
|
D | cpp_macromap.hpp | 889 id != T_RIGHTPAREN && id != T_LEFTPAREN) in collect_arguments() 905 case T_RIGHTPAREN: in collect_arguments() 1852 if ((rparen_it != first) && (T_RIGHTPAREN == *rparen_it)) { in resolve_has_include() 2005 pending.push_front(token_type(T_RIGHTPAREN, ")", pragma_token.get_position())); in resolve_operator_pragma()
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_predef_macros_grammar.hpp | 111 no_node_d[*ch_p(T_SPACE) >> ch_p(T_RIGHTPAREN)] in definition()
|
D | cpp_defined_grammar.hpp | 77 >> ch_p(T_RIGHTPAREN) in definition()
|
D | cpp_expression_grammar.hpp | 564 >> ch_p(T_RIGHTPAREN) in definition() 691 >> ch_p(T_RIGHTPAREN) in definition()
|
D | cpp_grammar.hpp | 370 no_node_d[*ppsp >> ch_p(T_RIGHTPAREN)] in definition()
|
/third_party/boost/boost/wave/cpplexer/ |
D | detect_include_guards.hpp | 186 if (T_RIGHTPAREN == id) in state_1e()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 51 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
|
D | idl.inc | 270 { BOOST_WAVE_RET(T_RIGHTPAREN); }
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 103 { ")", boost::wave::T_RIGHTPAREN },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 143 T_RIGHTPAREN = TOKEN_FROM_ID(294, OperatorTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 244 TOKEN_DATA(T_RIGHTPAREN, Q(")")),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 237 TOKEN_DATA(T_RIGHTPAREN, Q(")")),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 159 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
|
D | cpp.re | 160 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
|
D | cpp_re.inc | 389 { BOOST_WAVE_RET(T_RIGHTPAREN); }
|
D | strict_cpp_re.inc | 376 { BOOST_WAVE_RET(T_RIGHTPAREN); }
|