Home
last modified time | relevance | path

Searched refs:check_function_arguments (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h729 extern void check_function_arguments (const_tree, int, tree *);
H A Dc-common.c8318 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 Dc-common.h798 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
H A Dc-common.c5610 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 Dcall.c6620 check_function_arguments (TREE_TYPE (fn), nargs, argarray); in build_over_call()
H A Dtypeck.c3317 check_function_arguments (fntype, nargs, argarray); in cp_build_function_call_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c3799 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
H A Dcall.c8090 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c2839 check_function_arguments (fntype, nargs, argarray); in build_function_call_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c3113 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec()