Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c10252 location_t typespec_loc = smallest_type_quals_location (type_quals, in grokdeclarator() local
10254 if (typespec_loc == UNKNOWN_LOCATION) in grokdeclarator()
10255 typespec_loc = declspecs->locations[ds_type_spec]; in grokdeclarator()
10256 if (typespec_loc == UNKNOWN_LOCATION) in grokdeclarator()
10257 typespec_loc = input_location; in grokdeclarator()
10784 error_at (typespec_loc, "template placeholder type %qT must be followed " in grokdeclarator()
11234 warning_at (typespec_loc, OPT_Wignored_qualifiers, "type " in grokdeclarator()
11245 error_at (typespec_loc, "%qs declared as function returning " in grokdeclarator()
11251 error_at (typespec_loc, "%qs declared as function returning " in grokdeclarator()