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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c202 static tree lookup_protocol (tree, bool, bool);
2863 pp = lookup_protocol (pp, /* warn if deprecated */ false,
2893 tree p = lookup_protocol (ident, /* warn_if_deprecated */ true,
5705 tree p = lookup_protocol (protoname, /* warn if deprecated */ true,
8096 lookup_protocol (tree ident, bool warn_if_deprecated, bool definition_required)
8151 if (lookup_protocol (name, /* warn if deprecated */ false,
8202 protocol = lookup_protocol (name, /* warn_if_deprecated */ false,
8092 lookup_protocol (tree ident, bool warn_if_deprecated, bool definition_required) function
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c256 static tree lookup_protocol PROTO((tree));
1113 tree p = lookup_protocol (ident);
5370 p = lookup_protocol (protoname);
6460 lookup_protocol (ident)
6497 if (lookup_protocol (name))
6443 lookup_protocol (ident) function

Completed in 178 milliseconds