Searched refs:smallest_type_location (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 103 static location_t smallest_type_location (const cp_decl_specifier_seq*); 4980 error_at (smallest_type_location (declspecs), in check_tag_decl() 10789 smallest_type_location (int type_quals, const location_t* locations) in smallest_type_location() function 10796 smallest_type_location (const cp_decl_specifier_seq *declspecs) in smallest_type_location() function 10799 return smallest_type_location (type_quals, declspecs->locations); in smallest_type_location() 10820 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 10834 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 10850 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 10862 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 11127 location_t typespec_loc = smallest_type_location (type_quals, in grokdeclarator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 107 static location_t smallest_type_location (const cp_decl_specifier_seq*); 5310 error_at (smallest_type_location (declspecs), in check_tag_decl() 11435 smallest_type_location (int type_quals, const location_t* locations) in smallest_type_location() function 11442 smallest_type_location (const cp_decl_specifier_seq *declspecs) in smallest_type_location() function 11445 return smallest_type_location (type_quals, declspecs->locations); in smallest_type_location() 11466 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 11480 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 11496 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 11508 error_at (smallest_type_location (type_quals, locations), in check_special_function_return_type() 11797 location_t typespec_loc = loc_or_input_loc (smallest_type_location in grokdeclarator()
|
H A D | ChangeLog-2019 | 3189 smallest_type_location (const cp_decl_specifier_seq*)): New. 3190 (check_tag_decl): Use smallest_type_location in error_at about 3630 * decl.c (smallest_type_location): New.
|