Searched refs:cp_build_function_call (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck.c | 45 static tree cp_build_function_call (tree, tree, tsubst_flags_t); 3616 return cp_build_function_call (function, params, tf_warning_or_error); in build_function_call() 3640 cp_build_function_call (tree function, tree params, tsubst_flags_t complain) in cp_build_function_call() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck.c | 3167 return cp_build_function_call (function, params, tf_warning_or_error); in build_function_call() 3191 cp_build_function_call (tree function, tree params, tsubst_flags_t complain) in cp_build_function_call() function
|
H A D | cp-tree.h | 5798 extern tree cp_build_function_call (tree, tree, tsubst_flags_t);
|