Searched refs:objc_msg_lookup (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libobjc/objc/ |
| D | message.h | 88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op);
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | libobjc.def | 90 objc_msg_lookup
|
| D | thr.c | 120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector))) in __objc_thread_detach_function()
|
| D | sendmsg.c | 434 objc_msg_lookup (id receiver, SEL op) in objc_msg_lookup() function
|
| D | ChangeLog | 726 (objc_msg_lookup): Use get_implementation. 1188 (objc_msg_lookup): Same. 1748 * sendmsg.c (objc_msg_lookup): Remove inline. 1963 arglist, arglist_t and objc_msg_lookup were moved here. 3016 (objc_msg_lookup): Similar fixes. 3098 (objc_msg_lookup): Cast nil_method to IMP before returning it.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | objc.texi | 1089 @code{objc_msg_lookup ()} (or, in the case of messages to super, 1099 @code{objc_msg_lookup (object, @@selector(init))} followed by a cast 1112 If @code{objc_msg_lookup()} does not find a suitable method 1160 @code{objc_msg_lookup()} when it cannot find a method implementation in 1167 return types of @code{objc_msg_lookup()}. When 1168 @code{objc_msg_lookup()} cannot find a method implementation, it 1171 extend @code{objc_msg_lookup()} by adding some custom code that is 1189 @code{objc_msg_lookup()} and is executed as if it was a normal method
|
| D | gcc.info | 58410 'objc_msg_lookup ()' (or, in the case of messages to super, 58419 '[object init]', it compiles it into a call to 'objc_msg_lookup (object, 58434 If 'objc_msg_lookup()' does not find a suitable method implementation, 58474 '__objc_msg_forward2', which is called by 'objc_msg_lookup()' when it 58481 types of 'objc_msg_lookup()'. When 'objc_msg_lookup()' cannot find a 58484 '__objc_msg_forward2' allows you to extend 'objc_msg_lookup()' by adding 58502 'objc_msg_lookup()' and is executed as if it was a normal method
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | FSFChangeLog.11 | 7023 allow objc_msg_lookup return it for normal execution. 11911 (get_imp, objc_msg_lookup): Use different forwarding function
|
| D | ChangeLog-2004 | 39165 signatures for objc_msg_lookup and objc_msg_lookup_super
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 91234 88e529632860242e1b2e52d294d85d4a gcc/testsuite/obj-c++.dg/gnu-api-2-objc_msg_lookup.mm 91693 d65387d48a03ea3ff88babae19bc6354 gcc/testsuite/objc.dg/gnu-api-2-objc_msg_lookup.m
|