Searched refs:get_implementation (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | sendmsg.c | 261 get_implementation (id receiver, Class class, SEL sel) in get_implementation() function 293 res = get_implementation (receiver, class, sel); in get_implementation() 347 res = get_implementation(nil, class, sel); in get_imp() 465 result = get_implementation (receiver, receiver->class_pointer, op); in objc_msg_lookup() 915 imp = get_implementation (object, object->class_pointer, frwd_sel); in __objc_forward() 924 imp = get_implementation (object, object->class_pointer, err_sel); in __objc_forward()
|