Searched refs:struct_info (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
| H A D | objcp-decl.h | 40 #define start_struct(loc, code, name, struct_info) \ argument 42 #define finish_struct(loc, t, fieldlist, attributes, struct_info) \ argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
| H A D | objcp-decl.h | 40 #define start_struct(loc, code, name, struct_info) \ argument 42 #define finish_struct(loc, t, fieldlist, attributes, struct_info) \ argument
|
| H A D | ChangeLog | 423 parameters. Add struct_info parameter.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 9469 class c_struct_parse_info *struct_info; in c_simulate_record_decl() local 9471 tree type = start_struct (loc, RECORD_TYPE, ident, &struct_info); in c_simulate_record_decl() 9480 finish_struct (loc, type, fields[0], NULL_TREE, struct_info); in c_simulate_record_decl()
|
| H A D | c-parser.cc | 3379 class c_struct_parse_info *struct_info; in c_parser_struct_or_union_specifier() local 3380 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier() 3483 struct_info); in c_parser_struct_or_union_specifier()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 3337 class c_struct_parse_info *struct_info; in c_parser_struct_or_union_specifier() local 3338 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier() 3441 struct_info); in c_parser_struct_or_union_specifier()
|