Searched refs:objc_class_template (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 4819 objc_class_template in build_class_template() 4823 field_decl = create_field_decl (build_pointer_type (objc_class_template), in build_class_template() 4828 field_decl = create_field_decl (build_pointer_type (objc_class_template), in build_class_template() 4880 (objc_class_template), in build_class_template() 4886 (objc_class_template), in build_class_template() 4913 finish_struct (objc_class_template, field_decl_chain, NULL_TREE); in build_class_template() 4925 objc_class_template); in synth_forward_declarations() 4929 objc_class_template); in synth_forward_declarations() 5021 field_decl = create_field_decl (build_pointer_type (objc_class_template), in build_super_template() 5222 && (chain = TYPE_FIELDS (objc_class_template))) in generate_ivar_lists() [all …]
|
| H A D | objc-act.h | 387 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.h | 329 #define objc_class_template objc_global_trees[OCTI_CLS_TEMPL] macro
|
| H A D | objc-act.c | 3351 objc_class_template in build_class_template() 3356 decl_specs = build_tree_list (NULL_TREE, objc_class_template); in build_class_template() 3364 decl_specs = build_tree_list (NULL_TREE, objc_class_template); in build_class_template() 3449 decl_specs = build_tree_list (NULL_TREE, objc_class_template); in build_class_template() 3458 decl_specs = build_tree_list (NULL_TREE, objc_class_template); in build_class_template() 3495 finish_struct (objc_class_template, field_decl_chain, NULL_TREE); in build_class_template() 3510 decl_specs = tree_cons (NULL_TREE, objc_class_template, sc_spec); in synth_forward_declarations() 3879 && (chain = TYPE_FIELDS (objc_class_template))) in generate_ivar_lists() 4431 objc_class_template), in generate_shared_structures() 4462 decl_specs = tree_cons (NULL_TREE, objc_class_template, sc_spec); in generate_shared_structures() [all …]
|