Searched refs:error_args_num (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 62 static void error_args_num (location_t, tree, bool); 4062 error_args_num (location_t loc, tree fndecl, bool too_many_p) in error_args_num() function 4145 error_args_num (input_location, fndecl, /*too_many_p=*/true); in convert_arguments() 4261 error_args_num (input_location, fndecl, /*too_many_p=*/false); in convert_arguments()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 62 static void error_args_num (location_t, tree, bool); 4323 error_args_num (location_t loc, tree fndecl, bool too_many_p) in error_args_num() function 4407 error_args_num (input_location, fndecl, /*too_many_p=*/true); in convert_arguments() 4523 error_args_num (input_location, fndecl, /*too_many_p=*/false); in convert_arguments()
|
| H A D | ChangeLog-2015 | 2383 * typeck.c (warn_args_num): Rename to error_args_num.
|
| H A D | ChangeLog-2021 | 4846 * typeck.c (error_args_num): Don't use IDENTIFIER_HAS_TYPE_VALUE
|
| H A D | ChangeLog-2020 | 1334 * typeck.c (error_args_num): Likewise.
|