Searched refs:CLASS_SUPER_NAME (Results 1 – 4 of 4) sorted by relevance
805 rinter = lookup_interface (CLASS_SUPER_NAME 886 if (lname == CLASS_SUPER_NAME (inter))893 if (rname == CLASS_SUPER_NAME (inter))2457 super_name = CLASS_SUPER_NAME (interface);4364 if (CLASS_SUPER_NAME (cat) == CLASS_SUPER_NAME (category))5765 if (CLASS_SUPER_NAME (cat) == CLASS_SUPER_NAME (category))5971 tree super = (CLASS_SUPER_NAME (class)6011 context = (CLASS_SUPER_NAME (context) 6152 CLASS_SUPER_NAME (class) = super_name;6385 if (CLASS_SUPER_NAME (class) == CLASS_SUPER_NAME (category))[all …]
92 #define CLASS_SUPER_NAME(CLASS) ((CLASS)->type.context) macro
3364 while (CLASS_SUPER_NAME (interface)) in get_class_ivars()4107 CLASS_SUPER_NAME (class)); in build_private_template()5669 CLASS_SUPER_NAME (cat)); in generate_category()5717 my_root_id = CLASS_SUPER_NAME (my_root_int); in generate_shared_structures()6100 ? CLASS_SUPER_NAME (implementation_template) in receiver_is_class_object()6964 || !CLASS_SUPER_NAME (class)) in objc_add_method()7287 tree super = (CLASS_SUPER_NAME (class) in conforms_to_protocol()7288 ? lookup_interface (CLASS_SUPER_NAME (class)) in conforms_to_protocol()7324 context = (CLASS_SUPER_NAME (context) in check_methods_accessible()7481 CLASS_SUPER_NAME (class) = super_name; in start_class()[all …]
62 #define CLASS_SUPER_NAME(CLASS) (TYPE_CHECK (CLASS)->type.context) macro