Searched refs:lookup_interface (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-lang.c164 lookup_interface (arg) function
H A Dc-tree.h168 extern tree lookup_interface PARAMS ((tree));
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c710 rinter = lookup_interface (rname);
737 rinter = lookup_interface (CLASS_SUPER_NAME (rinter));
778 rinter = lookup_interface (rname);
809 rinter = lookup_interface (CLASS_SUPER_NAME
888 for (inter = lookup_interface (rname); inter;
889 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
895 for (inter = lookup_interface (lname); inter;
896 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
1291 if (lookup_interface (constant_string_id) == NULL_TREE)
2410 if (lookup_interface (iden
2434 lookup_interface (ident) function
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c151 static tree lookup_interface (tree);
978 cls = lookup_interface (CLASS_SUPER_NAME (cls));
1029 lcls = lookup_interface (CLASS_SUPER_NAME (lcls));
1901 constant_string_class = lookup_interface (constant_string_id);
2959 if (lookup_interface (ident))
3308 lookup_interface (tree ident)
3340 tree interface = lookup_interface (class_name);
3372 interface = lookup_interface (CLASS_SUPER_NAME (interface));
5723 tree my_root_int = lookup_interface (my_root_id);
6297 rtype = lookup_interface (class_tre
3303 lookup_interface (tree ident) function
[all...]

Completed in 94 milliseconds