Home
last modified time | relevance | path

Searched refs:implementation_template (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c4462 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()
4522 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()
5221 if (CLASS_SUPER_NAME (implementation_template) == NULL_TREE in generate_ivar_lists()
5236 chain = CLASS_IVARS (implementation_template); in generate_ivar_lists()
5668 category = lookup_category (implementation_template, in generate_category()
5703 my_super_id = CLASS_SUPER_NAME (implementation_template); in generate_shared_structures()
5725 my_root_id = CLASS_NAME (implementation_template); in generate_shared_structures()
5728 name_expr = add_objc_string (CLASS_NAME (implementation_template), in generate_shared_structures()
5743 if (CLASS_PROTOCOL_LIST (implementation_template)) in generate_shared_structures()
5746 (CLASS_PROTOCOL_LIST (implementation_template)); in generate_shared_structures()
[all …]
H A Dobjc-act.h386 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3878 if (CLASS_SUPER_NAME (implementation_template) == NULL_TREE in generate_ivar_lists()
3894 chain = CLASS_IVARS (implementation_template); in generate_ivar_lists()
4359 category = CLASS_CATEGORY_LIST (implementation_template);
4405 my_super_id = CLASS_SUPER_NAME (implementation_template); in generate_shared_structures()
4427 my_root_id = CLASS_NAME (implementation_template); in generate_shared_structures()
4435 name_expr = add_objc_string (CLASS_NAME (implementation_template), in generate_shared_structures()
4450 if (CLASS_PROTOCOL_LIST (implementation_template)) in generate_shared_structures()
4453 (CLASS_PROTOCOL_LIST (implementation_template)); in generate_shared_structures()
4454 protocol_decl = generate_protocol_list (implementation_template); in generate_shared_structures()
4491 (implementation_template))), in generate_shared_structures()
[all …]
H A Dobjc-act.h328 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro