Searched refs:start_struct (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/objcp/ |
| H A D | objcp-decl.h | 42 #define start_struct(code, name) \ macro
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 435 type = start_struct (RECORD_TYPE, NULL_TREE); in generate_struct_by_value_array() 803 tree s = start_struct (RECORD_TYPE, name); in objc_build_struct() 2057 = start_struct (RECORD_TYPE, get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template() 2288 = start_struct (RECORD_TYPE, get_identifier (UTAG_MODULE)); in build_module_descriptor() 3974 = start_struct (RECORD_TYPE, get_identifier (UTAG_EXCDATA)); in build_next_objc_exception_stuff() 4131 objc_protocol_template = start_struct (RECORD_TYPE, in build_protocol_template() 4212 objc_ivar_list_record = start_struct (RECORD_TYPE, NULL_TREE); in build_method_prototype_list_template() 4238 = start_struct (RECORD_TYPE, get_identifier (UTAG_METHOD_PROTOTYPE)); in build_method_prototype_template() 4730 objc_category_template = start_struct (RECORD_TYPE, in build_category_template() 4773 = start_struct (RECORD_TYPE, get_identifier (UTAG_SELECTOR)); in build_selector_template() [all …]
|
| H A D | ChangeLog | 257 start_struct() and finish_struct().
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 386 type = start_struct (RECORD_TYPE, NULL_TREE); in generate_struct_by_value_array() 1450 = start_struct (RECORD_TYPE, get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template() 1689 = start_struct (RECORD_TYPE, get_identifier (UTAG_MODULE)); in build_module_descriptor() 2519 uprivate_record = start_struct (RECORD_TYPE, CLASS_NAME (class)); 2555 template = start_struct (RECORD_TYPE, get_identifier (UTAG_PROTOCOL)); in build_protocol_template() 2661 objc_ivar_list_record = start_struct (RECORD_TYPE, NULL_TREE); 2694 = start_struct (RECORD_TYPE, get_identifier (UTAG_METHOD_PROTOTYPE)); in build_method_prototype_template() 3237 objc_category_template = start_struct (RECORD_TYPE, in build_category_template() 3305 = start_struct (RECORD_TYPE, get_identifier (UTAG_SELECTOR)); in build_selector_template() 3352 = start_struct (RECORD_TYPE, get_identifier (UTAG_CLASS)); in build_class_template() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-tree.h | 236 extern tree start_struct PARAMS ((enum tree_code, tree));
|
| H A D | c-parse.in | 1754 { $$ = start_struct (RECORD_TYPE, $2); 1760 { $$ = finish_struct (start_struct (RECORD_TYPE, NULL_TREE), 1764 { $$ = start_struct (UNION_TYPE, $2); } 1768 { $$ = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
|
| H A D | c-decl.c | 5016 start_struct (code, name) in start_struct() function
|
| 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.0 | 11109 * c-decl.c (start_struct): Ensure that structs with forward
|
| H A D | ChangeLog.2 | 1973 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
|
| H A D | ChangeLog | 8822 * c-decl.c: (start_struct): Commonize flag setting.
|
| H A D | ChangeLog.6 | 7151 * c-decl.c (parmlist_tags_warning, start_struct,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-tree.h | 486 extern tree start_struct (enum tree_code, tree);
|
| H A D | c-parser.c | 1867 tree type = start_struct (code, ident); in c_parser_struct_or_union_specifier()
|
| H A D | c-decl.c | 5289 start_struct (enum tree_code code, tree name) in start_struct() function
|