Lines Matching full:objc_msgsend_stret
2382 // SynthMsgSendStretFunctionDecl - id objc_msgSend_stret(id self, SEL op, ...);
2384 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret");
2603 // Create a reference to the objc_msgSend_stret() declaration.
2607 // Need to cast objc_msgSend_stret to "void *" (see above comment).
2654 // May need to use objc_msgSend_stret() as well.
2994 // call to objc_msgSend_stret and hang both varieties on a conditional
3009 // (sizeof(returnType) <= 8 ? objc_msgSend(...) : objc_msgSend_stret(...))
3023 // (sizeof(returnType) <= 8 ? objc_msgSend(...) : objc_msgSend_stret(...))
5027 Preamble += "__OBJC_RW_DLLIMPORT struct objc_object* objc_msgSend_stret";