Home
last modified time | relevance | path

Searched refs:resolve_args (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc4657 resolve_args (vec<tree, va_gc> *args, tsubst_flags_t complain) in resolve_args() function
4821 *args = resolve_args (*args, complain); in build_new_function_call()
4905 *args = resolve_args (*args, complain); in build_operator_new_call()
5042 *args = resolve_args (*args, complain); in build_op_call()
6705 if (resolve_args (arglist, complain) == NULL) in build_new_op()
7008 *args = resolve_args (*args, complain); in build_op_subscript()
10945 *args = resolve_args (*args, complain); in build_new_method_call()
H A DChangeLog1187 * call.cc (resolve_args): Use complain.
1289 * call.cc (resolve_args): Call mark_single_function here.
H A DChangeLog-2005830 * call.c (resolve_args): Remove redundant test.
930 * call.c (resolve_args): Return error_mark_node on arguments
H A DChangeLog-20122639 * call.c (resolve_args): Likewise.
H A DChangeLog-19971512 * call.c (resolve_args): New fn.
H A DChangeLog-20192221 * call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.
4837 * call.c (resolve_args): Use EXPR_LOCATION.
H A DChangeLog-20082302 (resolve_args): Ditto.
H A DChangeLog-20061808 * call.c (resolve_args): Check for invalid uses of bound
H A Dcp-tree.h6654 extern vec<tree,va_gc> *resolve_args (vec<tree,va_gc>*, tsubst_flags_t);
H A DChangeLog-2007258 * call.c (build_new_op): Call resolve_args before calling
H A DChangeLog-20092447 (resolve_args): Change return type and parameter type to vecs.
H A DChangeLog-19981481 * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code.
1641 * call.c (resolve_args): Resolve template specializations, if
H A DChangeLog-20011277 * call.c (resolve_args): Simplify, call
H A DChangeLog-20153097 * call.c (resolve_args, build_new_op_1,
H A DChangeLog-20114179 * call.c (resolve_args): Take complain.
H A DChangeLog-2002468 convert_like_real, op_error, build_object_call, resolve_args,
H A DChangeLog-20182650 * call.c (resolve_args): Use location of expression, not current input
H A DChangeLog-20033453 (resolve_args): Do not call resolve_offset_ref.
H A DChangeLog-2004340 (resolve_args): Do not convert_from_reference.
H A Dpt.cc30201 args = resolve_args (args, complain); in do_class_deduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c4455 resolve_args (vec<tree, va_gc> *args, tsubst_flags_t complain) in resolve_args() function
4581 *args = resolve_args (*args, complain); in build_new_function_call()
4673 *args = resolve_args (*args, complain); in build_operator_new_call()
4799 *args = resolve_args (*args, complain); in build_op_call_1()
6305 if (resolve_args (arglist, complain) == NULL) in build_new_op_1()
10210 *args = resolve_args (*args, complain); in build_new_method_call_1()
H A Dcp-tree.h6395 extern vec<tree,va_gc> *resolve_args (vec<tree,va_gc>*, tsubst_flags_t);
H A Dpt.c29092 args = resolve_args (args, complain); in do_class_deduction()