Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c706 rinter = lookup_interface (rname);
733 rinter = lookup_interface (CLASS_SUPER_NAME (rinter));
774 rinter = lookup_interface (rname);
805 rinter = lookup_interface (CLASS_SUPER_NAME
884 for (inter = lookup_interface (rname); inter;
885 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
891 for (inter = lookup_interface (lname); inter;
892 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
1287 if (lookup_interface (constant_string_id) == NULL_TREE)
2404 if (lookup_interface (ident))
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-lang.c164 lookup_interface (arg) in lookup_interface() function
H A Dc-tree.h167 extern tree lookup_interface PARAMS ((tree));
H A Dc-parse.in1827 tree interface = lookup_interface ($3);
H A DChangeLog.03783 (lookup_interface): Likewise for parameter `arg'.
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c150 static tree lookup_interface (tree);
975 cls = lookup_interface (CLASS_SUPER_NAME (cls)); in objc_lookup_protocol()
1026 lcls = lookup_interface (CLASS_SUPER_NAME (lcls)); in objc_compare_protocols()
1898 constant_string_class = lookup_interface (constant_string_id); in objc_build_string_object()
2954 if (lookup_interface (ident)) in objc_is_class_name()
3303 lookup_interface (tree ident) in lookup_interface() function
3335 tree interface = lookup_interface (class_name); in objc_get_class_ivars()
3367 interface = lookup_interface (CLASS_SUPER_NAME (interface)); in get_class_ivars()
5714 tree my_root_int = lookup_interface (my_root_id); in generate_shared_structures()
6287 rtype = lookup_interface (class_tree); in objc_finish_message_expr()
[all …]
H A DChangeLog20 (lookup_interface): Likewise.
505 of calling lookup_interface(); allow for TYPE_OBJC_INTERFACE holding
508 lookup_interface().
771 (lookup_interface, start_class, continue_class,
907 * objc-act.c (lookup_interface): Make function 'static' and add a