Home
last modified time | relevance | path

Searched refs:build_new_function_call (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h4867 extern tree build_new_function_call (tree, VEC(tree,gc) **, bool,
H A Dcall.c3836 build_new_function_call (tree fn, VEC(tree,gc) **args, bool koenig_p, in build_new_function_call() function
H A Dsemantics.c2163 result = build_new_function_call (fn, args, koenig_p, complain); in finish_call_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h6039 extern tree build_new_function_call (tree, vec<tree, va_gc> **,
H A Dpt.c26654 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 Dsemantics.c2541 result = build_new_function_call (fn, args, complain); in finish_call_expr()
H A Dcall.c4259 build_new_function_call (tree fn, vec<tree, va_gc> **args, in build_new_function_call() function