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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c218 static tree lookup_protocol (tree);
1415 pp = lookup_protocol (pp);
1437 tree p = lookup_protocol (ident);
6577 tree p = lookup_protocol (protoname);
7743 lookup_protocol (tree ident)
7772 if (lookup_protocol (name) == NULL_TREE)
7798 protocol = lookup_protocol (name);
7726 lookup_protocol (tree ident) function
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c200 static tree lookup_protocol PARAMS ((tree));
1020 pp = lookup_protocol (pp);
1041 tree p = lookup_protocol (ident);
5308 tree p = lookup_protocol (protoname);
6450 lookup_protocol (ident)
6475 if (lookup_protocol (name) == NULL_TREE)
6502 protocol = lookup_protocol (name);
6433 lookup_protocol (ident) function

Completed in 81 milliseconds