Searched refs:parenthesized_p (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c10329 /*parenthesized_p=*/NULL,
13387 /*parenthesized_p=*/NULL);
14519 /*parenthesized_p=*/NULL,
17007 /*parenthesized_p=*/NULL,
17396 bool* parenthesized_p,
17426 if (parenthesized_p)
17427 *parenthesized_p = true;
17436 /*parenthesized_p=*/NULL,
17452 if (parenthesized_p)
17453 *parenthesized_p
17391 cp_parser_declarator(cp_parser* parser, cp_parser_declarator_kind dcl_kind, int* ctor_dtor_or_conv_p, bool* parenthesized_p, bool member_p, bool friend_p) argument
18810 bool parenthesized_p = false; local
18974 cp_parser_parameter_declaration(cp_parser *parser, bool template_parm_p, bool *parenthesized_p) argument
[all...]

Completed in 123 milliseconds