Searched refs:check_function_arguments (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 729 extern void check_function_arguments (const_tree, int, tree *);
|
H A D | c-common.c | 8318 check_function_arguments (const_tree fntype, int nargs, tree *argarray) in check_function_arguments() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 798 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
|
H A D | c-common.c | 5610 check_function_arguments (location_t loc, const_tree fndecl, const_tree fntype, in check_function_arguments() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 6620 check_function_arguments (TREE_TYPE (fn), nargs, argarray); in build_over_call()
|
H A D | typeck.c | 3317 check_function_arguments (fntype, nargs, argarray); in cp_build_function_call_vec()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck.c | 3799 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
|
H A D | call.c | 8090 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 2839 check_function_arguments (fntype, nargs, argarray); in build_function_call_vec()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 3113 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec()
|