Home
last modified time | relevance | path

Searched refs:check_builtin_function_arguments (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h836 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
H A Dc-common.c5891 check_builtin_function_arguments (location_t loc, vec<location_t> arg_loc, in check_builtin_function_arguments() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h858 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
H A DChangeLog1587 * c-common.c (check_builtin_function_arguments): Handle
1630 * c-common.c (check_builtin_function_arguments)
2917 (check_builtin_function_arguments): Take the original function decl.
2918 * c-common.c (check_builtin_function_arguments): Likewise.
3217 * c-common.c (check_builtin_function_arguments)
3992 (check_builtin_function_arguments): Likewise.
4916 * c-common.c (check_builtin_function_arguments): Also check arguments
6873 * c-common.c (check_builtin_function_arguments): Require last
6926 * c-common.c (check_builtin_function_arguments): Handle
6998 (check_builtin_function_arguments): Add location and arguments
[all …]
H A Dc-common.cc6236 check_builtin_function_arguments (location_t loc, vec<location_t> arg_loc, in check_builtin_function_arguments() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20081902 check_builtin_function_arguments.
H A DChangeLog-20162723 check_builtin_function_arguments.
H A Dcall.cc10423 if (!check_builtin_function_arguments (EXPR_LOCATION (fn), vNULL, fndecl, in build_cxx_call()
H A DChangeLog-20192412 check_builtin_function_arguments.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog2002 check_builtin_function_arguments.
4958 check_builtin_function_arguments.
H A Dc-typeck.cc3201 && !check_builtin_function_arguments (loc, arg_loc, fundecl, in build_function_call_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c9712 if (!check_builtin_function_arguments (EXPR_LOCATION (fn), vNULL, fndecl, in build_cxx_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3176 && !check_builtin_function_arguments (loc, arg_loc, fundecl, in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200818603 (check_builtin_function_arguments): Handle BUILT_IN_FPCLASSIFY.
19016 c-common.c (check_builtin_function_arguments): Handle
21696 * c-common.h (check_builtin_function_arguments): Declare.
21698 (check_builtin_function_arguments): Likewise.
21700 check_builtin_function_arguments.
H A DChangeLog-201038223 (check_builtin_function_arguments): Update.