Searched refs:alloc_fn (Results 1 – 4 of 4) sorted by relevance
2183 tree alloc_fn; in build_new_1() local2283 alloc_fn = NULL_TREE; in build_new_1()2306 &alloc_fn)) in build_new_1()2312 else if (really_overloaded_fn (alloc_fn)) in build_new_1()2315 error ("%qD should never be overloaded", alloc_fn); in build_new_1()2318 alloc_fn = OVL_CURRENT (alloc_fn); in build_new_1()2320 alloc_call = cp_build_function_call_nary (alloc_fn, complain, in build_new_1()2371 &alloc_fn, in build_new_1()2385 &alloc_fn); in build_new_1()2392 gcc_assert (alloc_fn != NULL_TREE); in build_new_1()[all …]
5314 tree alloc_fn) in build_op_delete_call() argument5359 t = FUNCTION_ARG_CHAIN (alloc_fn); in build_op_delete_call()5430 if (DECL_DELETED_FN (fn) && alloc_fn) in build_op_delete_call()5464 if (alloc_fn) in build_op_delete_call()5468 alloc_fn); in build_op_delete_call()
2783 std_placement_new_fn_p (tree alloc_fn) in std_placement_new_fn_p() argument2785 if (DECL_NAMESPACE_SCOPE_P (alloc_fn)) in std_placement_new_fn_p()2787 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); in std_placement_new_fn_p()2836 tree alloc_fn; in build_new_1() local3065 alloc_fn = NULL_TREE; in build_new_1()3138 LOOKUP_NORMAL, &alloc_fn, tf_none); in build_new_1()3150 &alloc_fn, complain); in build_new_1()3168 &alloc_fn, complain); in build_new_1()3174 gcc_assert (alloc_fn != NULL_TREE); in build_new_1()3187 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()[all …]
6210 tree alloc_fn, tsubst_flags_t complain) in build_op_delete_call() argument6255 t = FUNCTION_ARG_CHAIN (alloc_fn); in build_op_delete_call()6398 if (DECL_DELETED_FN (fn) && alloc_fn) in build_op_delete_call()6438 if (alloc_fn) in build_op_delete_call()6443 alloc_fn); in build_op_delete_call()