Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc1593 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_maybe_build_component_ref()
1595 interface_type = lookup_interface (CLASS_NAME (implementation_template)); in objc_maybe_build_component_ref()
4636 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()
4700 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()
5316 ? CLASS_SUPER_NAME (implementation_template) in receiver_is_class_object()
5317 : CLASS_NAME (implementation_template)); in receiver_is_class_object()
5588 if (!CLASS_SUPER_NAME (implementation_template)) in objc_finish_message_expr()
5591 CLASS_NAME (implementation_template)); in objc_finish_message_expr()
5594 rtype = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_finish_message_expr()
5597 rtype = lookup_interface (CLASS_NAME (implementation_template)); in objc_finish_message_expr()
[all …]
H A Dobjc-act.h530 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro
H A Dobjc-gnu-runtime-abi-01.cc2064 implementation_template = in objc_generate_v1_gnu_metadata()
H A Dobjc-next-runtime-abi-01.cc2353 implementation_template = in objc_generate_v1_next_metadata()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1529 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_maybe_build_component_ref()
1531 interface_type = lookup_interface (CLASS_NAME (implementation_template)); in objc_maybe_build_component_ref()
4558 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()
4622 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()
5237 ? CLASS_SUPER_NAME (implementation_template) in receiver_is_class_object()
5238 : CLASS_NAME (implementation_template)); in receiver_is_class_object()
5509 if (!CLASS_SUPER_NAME (implementation_template)) in objc_finish_message_expr()
5512 CLASS_NAME (implementation_template)); in objc_finish_message_expr()
5515 rtype = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_finish_message_expr()
5518 rtype = lookup_interface (CLASS_NAME (implementation_template)); in objc_finish_message_expr()
[all …]
H A Dobjc-act.h516 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro
H A Dobjc-gnu-runtime-abi-01.c2063 implementation_template = in objc_generate_v1_gnu_metadata()
H A Dobjc-next-runtime-abi-01.c2352 implementation_template = in objc_generate_v1_next_metadata()