Searched refs:RetAlloca (Results 1 – 3 of 3) sorted by relevance
388 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr() local389 assert(RetAlloca && "Expected complex return value"); in VisitStmtExpr()390 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()
286 llvm::Value *RetAlloca = nullptr; in EmitCompoundStmtWithoutScope() local307 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()308 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()314 return RetAlloca; in EmitCompoundStmtWithoutScope()
1601 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local1603 if (!RetAlloca) in VisitStmtExpr()1605 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()