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