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()
344 Address RetAlloca = Address::invalid(); in EmitCompoundStmtWithoutScope() local365 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()366 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()372 return RetAlloca; in EmitCompoundStmtWithoutScope()
1583 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local1585 if (!RetAlloca.isValid()) in VisitStmtExpr()1587 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()