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

/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dgnu-api-2-class-meta.m271 Method old_method = class_getClassMethod (objc_getClass ("MySubClass"),
275 const char *old_types = method_getTypeEncoding (old_method);
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dgnu-api-2-class-meta.mm271 Method old_method = class_getClassMethod (objc_getClass ("MySubClass"),
275 const char *old_types = method_getTypeEncoding (old_method);
H A Dgnu-api-2-class.mm433 Method old_method = class_getInstanceMethod (objc_getClass ("MySubClass"),
437 const char *old_types = method_getTypeEncoding (old_method);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc8301 Method* old_method = ins.first->second; local
8302 if (m->depth() < old_method->depth())
8304 delete old_method;
8310 if (m->depth() == old_method->depth())
8311 old_method->set_is_ambiguous();

Completed in 100 milliseconds