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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6918 int already_there = comp_proto_with_proto (method, hsh->key, 1);
6919 for (loop = hsh->list; !already_there && loop; loop = loop->next)
6920 already_there |= comp_proto_with_proto (method, loop->value, 1);
6921 if (!already_there)
6904 int already_there = comp_proto_with_proto (method, hsh->key, 1); local

Completed in 133 milliseconds