Lines Matching full:objc_msgsend_stret
2491 // SynthMsgSendStretFunctionDecl - id objc_msgSend_stret(id self, SEL op, ...);
2493 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret");
3141 /// into a call to objc_msgSend_stret() entry point. Tricky part is that
3142 /// nil check on receiver must be performed before calling objc_msgSend_stret.
3143 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3144 /// msgSendType - function type of objc_msgSend_stret(...)
3146 /// ArgTypes - type of the arguments passed to objc_msgSend_stret, starting with receiver type.
3147 /// MsgExprs - list of argument expressions being passed to objc_msgSend_stret,
3161 // build type for containing the objc_msgSend_stret object.
3207 str += ")(void *)objc_msgSend_stret)(receiver, sel";
3280 // May need to use objc_msgSend_stret() as well.
3617 // call to objc_msgSend_stret and hang both varieties on a conditional
6079 Preamble += "__OBJC_RW_DLLIMPORT void objc_msgSend_stret(void);\n";