Home
last modified time | relevance | path

Searched refs:mchain (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c5528 lookup_method (mchain, method) in lookup_method() argument
5529 tree mchain; in lookup_method()
5539 while (mchain)
5541 if (METHOD_SEL_NAME (mchain) == key)
5542 return mchain;
5544 mchain = TREE_CHAIN (mchain);
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c6798 lookup_method (tree mchain, tree method) in lookup_method() argument
6807 while (mchain) in lookup_method()
6809 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()
6810 return mchain; in lookup_method()
6812 mchain = TREE_CHAIN (mchain); in lookup_method()