Searched refs:build_new_function_call (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.h | 4867 extern tree build_new_function_call (tree, VEC(tree,gc) **, bool,
|
H A D | call.c | 3836 build_new_function_call (tree fn, VEC(tree,gc) **args, bool koenig_p, in build_new_function_call() function
|
H A D | semantics.c | 2163 result = build_new_function_call (fn, args, koenig_p, complain); in finish_call_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 6039 extern tree build_new_function_call (tree, vec<tree, va_gc> **,
|
H A D | pt.c | 26654 call = build_new_function_call (list_cands, &args, tf_decltype); in do_class_deduction() 26704 call = build_new_function_call (cands, &args, tf_decltype); in do_class_deduction() 26713 call = build_new_function_call (cands, &args, complain | tf_decltype); in do_class_deduction()
|
H A D | semantics.c | 2541 result = build_new_function_call (fn, args, complain); in finish_call_expr()
|
H A D | call.c | 4259 build_new_function_call (tree fn, vec<tree, va_gc> **args, in build_new_function_call() function
|