Lines Matching defs:arguments

217    about passing NULL to functions that require non-NULL arguments
1362 /* TRUE if default arguments are allowed within a parameter list
1444 arguments that need post processing, and the TREE_VALUE sublist
2186 /* Parse the template arguments. */
2188 /* Permanently remove the invalid template arguments so that
2744 arguments are as for cp_parser_skip_to_pragma_eol. */
2854 parsing of in-class method bodies and default arguments, and should
4552 non-constant expressions to appear as arguments. */
9217 tree arguments;
9296 /* Parse the arguments. */
9297 arguments = cp_parser_enclosed_template_argument_list (parser);
9331 /* Parse the arguments. */
9332 arguments = cp_parser_enclosed_template_argument_list (parser);
9337 template_id = build_min_nt (TEMPLATE_ID_EXPR, template, arguments);
9351 = finish_template_type (template, arguments, entering_scope);
9361 template_id = lookup_template_function (template, arguments);
9510 /* Parse the template arguments so that we can issue error
9595 Returns a TREE_VEC containing the arguments. */
9618 /* Parse the arguments. */
10440 template arguments, and so everything is fine. */
12900 Due to the fact that the parsing of template arguments
13184 error ("default arguments are only permitted for function parameters");
13465 /* PARSER->SCOPE can be cleared when parsing the template-arguments
13713 /* In a first pass, parse default arguments to the functions.
13730 /* If there are default arguments that have not yet been processed,
15334 the arguments, if any. */
15355 tree arguments = NULL_TREE;
15367 /* If it's an `(', then parse the attribute arguments. */
15370 arguments = cp_parser_parenthesized_expression_list
15373 /* Save the arguments away. */
15374 TREE_VALUE (attribute) = arguments;
15377 if (arguments != error_mark_node)
16306 arguments that need handling.) */
16538 tree arguments;
16558 /* We need to evaluate the template arguments, even though this
16564 arguments = NULL_TREE;
16566 arguments = cp_parser_template_argument_list (parser);
16610 return arguments;
16614 arguments, or the body of the function have not yet been parsed,
16750 already declared with default arguments. */
17585 /* Parse the arguments and selectors comprising an Objective-C message.
17601 selector arguments and TREE_VALUE containing a list of comma
17602 arguments. */
17634 /* Handle non-selector arguments, if any. */