Home
last modified time | relevance | path

Searched refs:lookup_interface (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc805 inter = lookup_interface (CLASS_SUPER_NAME (inter)); in lookup_property()
1169 x = lookup_property (lookup_interface (CLASS_NAME (objc_interface_context)), in objc_add_property_declaration()
1593 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()
1803 rtype = lookup_interface (class_name); in objc_build_class_component_ref()
2411 cls = lookup_interface (CLASS_SUPER_NAME (cls)); in objc_lookup_protocol()
2462 lcls = lookup_interface (CLASS_SUPER_NAME (lcls)); in objc_compare_protocols()
3338 constant_string_class = lookup_interface (constant_string_id); in objc_build_string_object()
3606 if (lookup_interface (ident)) in objc_is_class_name()
3967 lookup_interface (tree ident) in lookup_interface() function
[all …]
Dobjc-runtime-shared-support.h31 extern tree lookup_interface (tree);
Dobjc-next-runtime-abi-02.cc1371 *klass = lookup_interface (OBJC_TYPE_NAME (basetype)); in objc_is_ivar()
1383 *klass = lookup_interface (CLASS_SUPER_NAME (*klass)); in objc_is_ivar()
3363 my_root_int = lookup_interface (my_root_id); in generate_v2_class_structs()
3380 interface = lookup_interface (my_super_id); in generate_v2_class_structs()
3744 cls = lookup_interface (CLASS_SUPER_NAME (cls)); in objc2_objc_exception_attr()
3777 bool excpt = objc2_objc_exception_attr (lookup_interface (ref->ident)); in build_v2_eh_catch_objects()
DChangeLog1055 (lookup_interface): Use interface_map instead of interface_htab.
3332 (lookup_interface): Likewise.
3838 of calling lookup_interface(); allow for TYPE_OBJC_INTERFACE holding
3841 lookup_interface().
4104 (lookup_interface, start_class, continue_class,
4240 * objc-act.c (lookup_interface): Make function 'static' and add a
Dobjc-gnu-runtime-abi-01.cc1646 tree my_root_int = lookup_interface (my_root_id); in generate_class_structures()
Dobjc-next-runtime-abi-01.cc2040 tree my_root_int = lookup_interface (my_root_id); in generate_v1_class_structs()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20037675 (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
7681 * c-lang.c (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
7703 * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl,
DChangeLog-199812362 (lookup_interface): Likewise for parameter `arg'.
DChangeLog-200415907 * c-common.h (lookup_interface): Remove prototype.
15916 * stub-objc.c (lookup_interface): Remove stub.