Home
last modified time | relevance | path

Searched refs:RetAlloca (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprComplex.cpp388 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr() local
389 assert(RetAlloca && "Expected complex return value"); in VisitStmtExpr()
390 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()
DCGStmt.cpp286 llvm::Value *RetAlloca = nullptr; in EmitCompoundStmtWithoutScope() local
307 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()
308 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()
314 return RetAlloca; in EmitCompoundStmtWithoutScope()
DCGExprScalar.cpp1601 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local
1603 if (!RetAlloca) in VisitStmtExpr()
1605 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()