Searched refs:root_inter (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6844 tree meth = NULL_TREE, root_inter = NULL_TREE;
6889 root_inter = inter;
6898 return is_class ? lookup_method_static (root_inter, ident, 0): NULL_TREE;
6830 tree meth = NULL_TREE, root_inter = NULL_TREE; local
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c5623 tree root_inter = NULL_TREE;
5662 root_inter = inter;
5671 return lookup_instance_method_static (root_inter, ident);
5610 tree root_inter = NULL_TREE; local

Completed in 189 milliseconds