Home
last modified time | relevance | path

Searched refs:error_args_num (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c62 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 Dtypeck.cc62 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 DChangeLog-20152383 * typeck.c (warn_args_num): Rename to error_args_num.
H A DChangeLog-20214846 * typeck.c (error_args_num): Don't use IDENTIFIER_HAS_TYPE_VALUE
H A DChangeLog-20201334 * typeck.c (error_args_num): Likewise.