/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1997 | 420 * call.c (build_new_function_call): Remove unused 'obj' parm. 748 * call.c (build_new_function_call): Fix handling of null explicit 856 (build_new_function_call): Likewise. 860 (build_new_function_call): Handle TEMPLATE_ID_EXPR. 1207 (build_new_function_call): Likewise. 1425 (build_new_function_call): Likewise. 1513 (build_new_function_call): Use it. 2080 (build_new_function_call): Print candidates. 2417 * call.c (build_new_function_call): Complain about void arg.
|
H A D | ChangeLog-1996 | 1072 (build_new_function_call): Likewise. 1187 * cvt.c (build_new_function_call): Check for error args. 1208 (build_new_function_call): Likewise. 1524 (build_new_function_call): Call it. 1587 (build_new_function_call): Support templates.
|
H A D | ChangeLog-2000 | 122 * call.c (build_new_function_call): Lose space before paren in 3398 (build_new_function_call): Likewise. 5868 build_new_function_call, build_object_call, build_new_op, 5874 build_new_function_call, build_object_call, build_new_op, 6118 * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
|
H A D | ChangeLog-2011 | 709 * call.c (build_new_function_call): Call tm_malloc_replacement. 3773 * call.c (build_new_function_call): Set it for TEMPLATE_ID_EXPRs. 4180 (build_new_function_call, build_operator_new_call): Pass it.
|
H A D | ChangeLog-2002 | 286 (build_new_function_call): Adjust calls to add_function_candidate 478 build_user_type_conversion, build_new_function_call, 2055 (build_new_function_call): Remove name lookup code. Adjust use of
|
H A D | ChangeLog-2010 | 202 (build_new_function_call): Call it. Adjust call to 3085 (build_new_function_call): Likewise.
|
H A D | ChangeLog-2003 | 5271 (build_new_function_call): Likewise. 5296 (build_new_function_call): Use it. 6021 (build_new_function_call): Likewise.
|
H A D | ChangeLog-1998 | 4518 (build_new_function_call): Likewise. 4654 (build_new_function_call): Iterate using OVL_CHAIN. 5005 (build_new_function_call): Adjust.
|
H A D | ChangeLog-2017 | 4129 * cp-tree.h (build_new_function_call): Lose koenig_p arg. Fix 4131 * call.c (build_new_function_call): Lose koenig_p arg. Remove
|
H A D | ChangeLog-2012 | 2180 perform_overload_resolution, build_new_function_call,
|
H A D | ChangeLog-2020 | 4302 * call.c (build_new_function_call): Don't set it. 6347 (build_new_function_call): Validate coroutine builtin arguments.
|
H A D | ChangeLog-2008 | 2303 (build_new_function_call): Add SFINAE support.
|
H A D | cp-tree.h | 6545 extern tree build_new_function_call (tree, vec<tree, va_gc> **,
|
H A D | ChangeLog-2005 | 1056 (build_new_function_call): Add koenig_p parameter. Change
|
H A D | ChangeLog-2009 | 2451 (build_new_function_call, build_operator_new_call): Likewise.
|
H A D | ChangeLog-2015 | 1915 (build_new_function_call): Handle evaluating concepts.
|
H A D | ChangeLog-2016 | 430 (build_new_function_call): Pass them in.
|
H A D | semantics.cc | 2903 result = build_new_function_call (fn, args, complain); in finish_call_expr()
|
H A D | call.cc | 4811 build_new_function_call (tree fn, vec<tree, va_gc> **args, in build_new_function_call() function
|
H A D | ChangeLog-2021 | 2477 instead of build_new_function_call. Don't use tf_decltype or
|
H A D | ChangeLog-2004 | 6115 (build_new_function_call): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 6298 extern tree build_new_function_call (tree, vec<tree, va_gc> **,
|
H A D | pt.c | 29140 call = build_new_function_call (list_cands, &args, tf_decltype); in do_class_deduction() 29169 call = build_new_function_call (cands, &args, tf_decltype); in do_class_deduction() 29179 call = build_new_function_call (cands, &args, complain | tf_decltype); in do_class_deduction()
|
H A D | semantics.c | 2674 result = build_new_function_call (fn, args, complain); in finish_call_expr()
|
H A D | call.c | 4571 build_new_function_call (tree fn, vec<tree, va_gc> **args, in build_new_function_call() function
|