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 D | c-common.h | 836 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
|
H A D | c-common.c | 5891 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 D | c-common.h | 858 extern bool check_builtin_function_arguments (location_t, vec<location_t>,
|
H A D | ChangeLog | 1587 * 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 D | c-common.cc | 6236 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 D | ChangeLog-2008 | 1902 check_builtin_function_arguments.
|
H A D | ChangeLog-2016 | 2723 check_builtin_function_arguments.
|
H A D | call.cc | 10423 if (!check_builtin_function_arguments (EXPR_LOCATION (fn), vNULL, fndecl, in build_cxx_call()
|
H A D | ChangeLog-2019 | 2412 check_builtin_function_arguments.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 2002 check_builtin_function_arguments. 4958 check_builtin_function_arguments.
|
H A D | c-typeck.cc | 3201 && !check_builtin_function_arguments (loc, arg_loc, fundecl, in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 9712 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 D | c-typeck.c | 3176 && !check_builtin_function_arguments (loc, arg_loc, fundecl, in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 18603 (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 D | ChangeLog-2010 | 38223 (check_builtin_function_arguments): Update.
|