Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-decl.h40 #define start_struct(loc, code, name, struct_info) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.h40 #define start_struct(loc, code, name, struct_info) \ macro
H A DChangeLog422 * 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 Dobjc-runtime-shared-support.c67 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 Dobjc-runtime-shared-support.cc67 return start_struct (input_location, RECORD_TYPE, name, &objc_struct_info); in objc_start_struct()
H A DChangeLog2970 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 Dc-tree.h628 extern tree start_struct (location_t, enum tree_code, tree,
H A Dc-decl.cc8276 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 DChangeLog3781 * 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 Dc-parser.cc3380 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 Dc-tree.h613 extern tree start_struct (location_t, enum tree_code, tree,
H A Dc-decl.c7955 start_struct (location_t loc, enum tree_code code, tree name, in start_struct() function
H A Dc-parser.c3338 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 DChangeLog-200918655 (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 DChangeLog-19972071 * c-decl.c (start_struct): Ensure that structs with forward
H A DFSFChangeLog.111806 * 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 DChangeLog-20066628 * c-decl.c (start_struct): Don't create self-containing
H A DChangeLog-19991973 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
H A DChangeLog-20017151 * c-decl.c (parmlist_tags_warning, start_struct,
H A DChangeLog-20021958 * c-decl.c: (start_struct): Commonize flag setting.
H A DChangeLog-200411386 (start_struct): Check TYPE_SIZE rather than TYPE_FIELDS to check
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.111806 * c-decl.c (start_struct): Ensure that structs with forward
12673 * c-decl.c (start_struct): Set TYPE_PACKED from flag_pack_struct.