Searched refs:check_builtin_function_arguments (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 735 extern bool check_builtin_function_arguments (tree, int, tree *);
|
H A D | c-common.c | 8443 check_builtin_function_arguments (tree fndecl, int nargs, tree *args) in check_builtin_function_arguments() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 805 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
|
H A D | c-common.c | 5754 check_builtin_function_arguments (location_t loc, vec<location_t> arg_loc, in check_builtin_function_arguments() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 6791 && !check_builtin_function_arguments (fndecl, nargs, argarray)) in build_cxx_call()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 8784 if (!check_builtin_function_arguments (EXPR_LOCATION (fn), vNULL, fndecl, in build_cxx_call()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 2835 && !check_builtin_function_arguments (fundecl, nargs, argarray)) in build_function_call_vec()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 3108 && !check_builtin_function_arguments (loc, arg_loc, fundecl, nargs, in build_function_call_vec()
|