Home
last modified time | relevance | path

Searched refs:get_implementation (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dsendmsg.c245 get_implementation (id receiver, Class class, SEL sel) in get_implementation() function
277 res = get_implementation (receiver, class, sel); in get_implementation()
331 res = get_implementation(nil, class, sel); in get_imp()
448 result = get_implementation (receiver, receiver->class_pointer, op); in objc_msg_lookup()
898 imp = get_implementation (object, object->class_pointer, frwd_sel); in __objc_forward()
907 imp = get_implementation (object, object->class_pointer, err_sel); in __objc_forward()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dsendmsg.c245 get_implementation (id receiver, Class class, SEL sel) in get_implementation() function
277 res = get_implementation (receiver, class, sel); in get_implementation()
331 res = get_implementation(nil, class, sel); in get_imp()
448 result = get_implementation (receiver, receiver->class_pointer, op); in objc_msg_lookup()
898 imp = get_implementation (object, object->class_pointer, frwd_sel); in __objc_forward()
907 imp = get_implementation (object, object->class_pointer, err_sel); in __objc_forward()
H A DChangeLog720 (get_implementation): New function, mostly with code from get_imp
722 (get_imp): Use get_implementation.
726 (objc_msg_lookup): Use get_implementation.
734 (__objc_forward): Call get_implementation instead of get_imp.