/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
H A D | objcp-decl.h | 40 #define start_struct(loc, code, name, struct_info) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
H A D | objcp-decl.h | 40 #define start_struct(loc, code, name, struct_info) \ macro
|
H A D | ChangeLog | 422 * objcp-decl.h (start_struct): Remove in_struct and struct_types 428 * objcp-decl.h (start_struct): Add location argument. 456 * objcp-decl.h (start_struct): Add three new, ignored, macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.c | 67 return start_struct (input_location, RECORD_TYPE, name, &objc_struct_info); in objc_start_struct()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.cc | 67 return start_struct (input_location, RECORD_TYPE, name, &objc_struct_info); in objc_start_struct()
|
H A D | ChangeLog | 2970 and &objc_struct_types, to start_struct. 3003 * objc-act.c: Add location to all calls to start_struct, build_decl, 3043 of start_struct, and call objc_finish_struct instead of 3590 start_struct() and finish_struct().
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 628 extern tree start_struct (location_t, enum tree_code, tree,
|
H A D | c-decl.cc | 8276 start_struct (location_t loc, enum tree_code code, tree name, in start_struct() function 9471 tree type = start_struct (loc, RECORD_TYPE, ident, &struct_info); in c_simulate_record_decl()
|
H A D | ChangeLog | 3781 * c-decl.c (start_struct): Use the location of TYPE_STUB_DECL of 4670 (start_struct): Adjust. 5910 (start_struct): Use true instead of 1.
|
H A D | c-parser.cc | 3380 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 613 extern tree start_struct (location_t, enum tree_code, tree,
|
H A D | c-decl.c | 7955 start_struct (location_t loc, enum tree_code code, tree name, in start_struct() function
|
H A D | c-parser.c | 3338 tree type = start_struct (struct_loc, code, ident, &struct_info); in c_parser_struct_or_union_specifier()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 18655 (start_struct): Remove enclosing_in_struct and 18677 (c_parser_struct_or_union_specifier): Update calls to start_struct 18680 (finish_struct, start_struct): Update declarations. 19733 start_struct, finish_struct, PUSH_FIELD, create_artificial_label, 19740 (start_struct): Same. 19764 start_struct, finish_struct, and parser_xref_tag. 24029 (start_struct): Add enclosing_in_struct, enclosing_struct_types, 24047 start_struct. Save in_struct and struct_types status between 24048 start_struct and finish_struct. 24060 (start_enum, start_struct, finish_struct): Update declarations. [all …]
|
H A D | ChangeLog-1997 | 2071 * c-decl.c (start_struct): Ensure that structs with forward
|
H A D | FSFChangeLog.11 | 1806 * c-decl.c (start_struct): Ensure that structs with forward 12673 * c-decl.c (start_struct): Set TYPE_PACKED from flag_pack_struct.
|
H A D | ChangeLog-2006 | 6628 * c-decl.c (start_struct): Don't create self-containing
|
H A D | ChangeLog-1999 | 1973 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
|
H A D | ChangeLog-2001 | 7151 * c-decl.c (parmlist_tags_warning, start_struct,
|
H A D | ChangeLog-2002 | 1958 * c-decl.c: (start_struct): Commonize flag setting.
|
H A D | ChangeLog-2004 | 11386 (start_struct): Check TYPE_SIZE rather than TYPE_FIELDS to check
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 1806 * c-decl.c (start_struct): Ensure that structs with forward 12673 * c-decl.c (start_struct): Set TYPE_PACKED from flag_pack_struct.
|