• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/objc4-551.1/runtime/

Lines Matching refs:op

63 OBJC_EXPORT void objc_msgSend(void /* id self, SEL op, ... */ )
65 OBJC_EXPORT void objc_msgSendSuper(void /* struct objc_super *super, SEL op, ... */ )
72 * @param op The selector of the method that handles the message.
84 OBJC_EXPORT id objc_msgSend(id self, SEL op, ...)
92 * @param op A pointer of type SEL. Pass the selector of the method that will handle the message.
96 * @return The return value of the method identified by \e op.
100 OBJC_EXPORT id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
115 OBJC_EXPORT void objc_msgSend_stret(void /* id self, SEL op, ... */ )
117 OBJC_EXPORT void objc_msgSendSuper_stret(void /* struct objc_super *super, SEL op, ... */ )
125 OBJC_EXPORT void objc_msgSend_stret(id self, SEL op, ...)
132 OBJC_EXPORT void objc_msgSendSuper_stret(struct objc_super *super, SEL op, ...)
158 OBJC_EXPORT void objc_msgSend_fpret(void /* id self, SEL op, ... */ )
163 OBJC_EXPORT void objc_msgSend_fpret(void /* id self, SEL op, ... */ )
165 OBJC_EXPORT void objc_msgSend_fp2ret(void /* id self, SEL op, ... */ )
184 OBJC_EXPORT double objc_msgSend_fpret(id self, SEL op, ...)
196 OBJC_EXPORT long double objc_msgSend_fpret(id self, SEL op, ...)
200 OBJC_EXPORT _Complex long double objc_msgSend_fp2ret(id self, SEL op, ...)
203 OBJC_EXPORT void objc_msgSend_fp2ret(id self, SEL op, ...)
281 OBJC_EXPORT id objc_msgSendv(id self, SEL op, size_t arg_size, marg_list arg_frame) OBJC2_UNAVAILABLE;
282 OBJC_EXPORT void objc_msgSendv_stret(void *stretAddr, id self, SEL op, size_t arg_size, marg_list arg_frame) OBJC2_UNAVAILABLE;
288 OBJC_EXPORT double objc_msgSendv_fpret(id self, SEL op, unsigned arg_size, marg_list arg_frame) OBJC2_UNAVAILABLE;