Home
last modified time | relevance | path

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 Dc-common.h735 extern bool check_builtin_function_arguments (tree, int, tree *);
H A Dc-common.c8443 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 Dc-common.h805 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
H A Dc-common.c5754 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 Dcall.c6791 && !check_builtin_function_arguments (fndecl, nargs, argarray)) in build_cxx_call()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c8784 if (!check_builtin_function_arguments (EXPR_LOCATION (fn), vNULL, fndecl, in build_cxx_call()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c2835 && !check_builtin_function_arguments (fundecl, nargs, argarray)) in build_function_call_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c3108 && !check_builtin_function_arguments (loc, arg_loc, fundecl, nargs, in build_function_call_vec()