Home
last modified time | relevance | path

Searched refs:T_RIGHTPAREN (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h271 | 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/
Dinterpret_pragma.hpp106 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()
Dinsert_whitespace_detection.hpp235 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()
Dmacro_helpers.hpp278 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()
Dcpp_macromap.hpp889 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/
Dcpp_predef_macros_grammar.hpp111 no_node_d[*ch_p(T_SPACE) >> ch_p(T_RIGHTPAREN)] in definition()
Dcpp_defined_grammar.hpp77 >> ch_p(T_RIGHTPAREN) in definition()
Dcpp_expression_grammar.hpp564 >> ch_p(T_RIGHTPAREN) in definition()
691 >> ch_p(T_RIGHTPAREN) in definition()
Dcpp_grammar.hpp370 no_node_d[*ppsp >> ch_p(T_RIGHTPAREN)] in definition()
/third_party/boost/boost/wave/cpplexer/
Ddetect_include_guards.hpp186 if (T_RIGHTPAREN == id) in state_1e()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re51 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
Didl.inc270 { BOOST_WAVE_RET(T_RIGHTPAREN); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp103 { ")", boost::wave::T_RIGHTPAREN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp143 T_RIGHTPAREN = TOKEN_FROM_ID(294, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp244 TOKEN_DATA(T_RIGHTPAREN, Q(")")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp237 TOKEN_DATA(T_RIGHTPAREN, Q(")")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re159 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
Dcpp.re160 ")" { BOOST_WAVE_RET(T_RIGHTPAREN); }
Dcpp_re.inc389 { BOOST_WAVE_RET(T_RIGHTPAREN); }
Dstrict_cpp_re.inc376 { BOOST_WAVE_RET(T_RIGHTPAREN); }