Searched refs:struct_loc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 3302 location_t struct_loc; in c_parser_struct_or_union_specifier() local 3316 struct_loc = c_parser_peek_token (parser)->location; in c_parser_struct_or_union_specifier() 3330 struct_loc = ident_loc; in c_parser_struct_or_union_specifier() 3338 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier() 3438 ret.spec = finish_struct (struct_loc, type, nreverse (contents), in c_parser_struct_or_union_specifier()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 3344 location_t struct_loc; in c_parser_struct_or_union_specifier() local 3358 struct_loc = c_parser_peek_token (parser)->location; in c_parser_struct_or_union_specifier() 3372 struct_loc = ident_loc; in c_parser_struct_or_union_specifier() 3380 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier() 3480 ret.spec = finish_struct (struct_loc, type, nreverse (contents), in c_parser_struct_or_union_specifier()
|