Searched refs:cp_build_function_call (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 1226 (cp_build_function_call): Do not use inline_conversion. 1486 * typeck.c (cp_build_function_call): Move code to verify 1605 * typeck.c (cp_build_function_call): Show example syntax in 1901 * typeck.c (cp_build_function_call): Call 2233 cp_build_function_call; new version provides a bridge from 2235 (cp_build_function_call): Was build_function_call; added SFINAE 2359 (cp_build_function_call): Add tsubst_flags_t parameter.
|
H A D | ChangeLog-2009 | 2429 (cp_build_function_call): Just build a vec and call 2432 cp_build_function_call. 2841 (cp_build_function_call): Only pass first parameter to
|
H A D | ChangeLog-2010 | 1846 cp_build_function_call. 2656 cp_build_function_call. 2664 of cp_build_function_call.
|
H A D | typeck.cc | 45 static tree cp_build_function_call (tree, tree, tsubst_flags_t); 4139 return cp_build_function_call (function, params, tf_warning_or_error); in build_function_call() 4163 cp_build_function_call (tree function, tree params, tsubst_flags_t complain) in cp_build_function_call() function
|
H A D | ChangeLog-2014 | 611 * cp-tree.h (cp_build_function_call): Remove prototype. 616 (cp_build_function_call): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 45 static tree cp_build_function_call (tree, tree, tsubst_flags_t); 3878 return cp_build_function_call (function, params, tf_warning_or_error); in build_function_call() 3902 cp_build_function_call (tree function, tree params, tsubst_flags_t complain) in cp_build_function_call() function
|