Lines Matching full:objc_msgsend_stret
2410 // SynthMsgSendStretFunctionDecl - id objc_msgSend_stret(id self, SEL op, ...);
2412 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret");
2630 // Create a reference to the objc_msgSend_stret() declaration.
2634 // Need to cast objc_msgSend_stret to "void *" (see above comment).
2682 // May need to use objc_msgSend_stret() as well.
3040 // call to objc_msgSend_stret and hang both varieties on a conditional
3055 // (sizeof(returnType) <= 8 ? objc_msgSend(...) : objc_msgSend_stret(...))
3069 // (sizeof(returnType) <= 8 ? objc_msgSend(...) : objc_msgSend_stret(...))
5082 Preamble += "__OBJC_RW_DLLIMPORT struct objc_object* objc_msgSend_stret";