Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1447 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_maybe_build_component_ref()
1449 interface_type = lookup_interface (CLASS_NAME (implementation_template)); in objc_maybe_build_component_ref()
4448 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()
4512 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()
5132 ? CLASS_SUPER_NAME (implementation_template) in receiver_is_class_object()
5133 : CLASS_NAME (implementation_template)); in receiver_is_class_object()
5401 if (!CLASS_SUPER_NAME (implementation_template)) in objc_finish_message_expr()
5404 CLASS_NAME (implementation_template)); in objc_finish_message_expr()
5407 rtype = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_finish_message_expr()
5410 rtype = lookup_interface (CLASS_NAME (implementation_template)); in objc_finish_message_expr()
[all …]
H A Dobjc-act.h492 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro
H A Dobjc-gnu-runtime-abi-01.c2075 implementation_template = in objc_generate_v1_gnu_metadata()
H A Dobjc-next-runtime-abi-01.c2351 implementation_template = in objc_generate_v1_next_metadata()