Searched refs:typespec_loc (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 11127 location_t typespec_loc = smallest_type_location (type_quals, in grokdeclarator() local 11129 if (typespec_loc == UNKNOWN_LOCATION) in grokdeclarator() 11130 typespec_loc = input_location; in grokdeclarator() 11417 error_at (typespec_loc, in grokdeclarator() 11730 error_at (typespec_loc, "template placeholder type %qT must be followed " in grokdeclarator() 12165 error_at (typespec_loc, "%qs function uses " in grokdeclarator() 12168 inform (typespec_loc, in grokdeclarator() 12174 error_at (typespec_loc, "virtual function " in grokdeclarator() 12181 error_at (typespec_loc, "%qs function with trailing " in grokdeclarator() 12189 error_at (typespec_loc, in grokdeclarator() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 11797 location_t typespec_loc = loc_or_input_loc (smallest_type_location in grokdeclarator() local 12091 error_at (typespec_loc, in grokdeclarator() 12426 error_at (typespec_loc, "template placeholder type %qT must be followed " in grokdeclarator() 12866 error_at (typespec_loc, "%qs function uses " in grokdeclarator() 12869 inform (typespec_loc, in grokdeclarator() 12875 error_at (typespec_loc, "virtual function " in grokdeclarator() 12882 error_at (typespec_loc, "%qs function with trailing " in grokdeclarator() 12890 error_at (typespec_loc, in grokdeclarator() 12895 error_at (typespec_loc, in grokdeclarator() 12907 error_at (typespec_loc, "deduced class " in grokdeclarator() [all …]
|
| H A D | ChangeLog-2019 | 3419 * decl.c (grokdeclarator): Use id_loc, typespec_loc, and 4011 * decl.c (grokdeclarator): Fix value assigned to typespec_loc, use 4100 * decl.c (grokdeclarator): Fix value assigned to typespec_loc, use 4198 * decl.c (grokdeclarator): Fix value assigned to typespec_loc, use 5407 * decl.c (grokdeclarator): Use typespec_loc in error messages
|