Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc6044 lookup_method (tree mchain, tree method) in lookup_method() argument
6053 while (mchain) in lookup_method()
6055 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()
6056 return mchain; in lookup_method()
6058 mchain = DECL_CHAIN (mchain); in lookup_method()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c5958 lookup_method (tree mchain, tree method) in lookup_method() argument
5967 while (mchain) in lookup_method()
5969 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()
5970 return mchain; in lookup_method()
5972 mchain = DECL_CHAIN (mchain); in lookup_method()