Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp388 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr() local
389 assert(RetAlloca.isValid() && "Expected complex return value"); in VisitStmtExpr()
390 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()
DCGStmt.cpp314 Address RetAlloca = Address::invalid(); in EmitCompoundStmtWithoutScope() local
335 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()
336 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()
342 return RetAlloca; in EmitCompoundStmtWithoutScope()
DCGExprScalar.cpp1601 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local
1603 if (!RetAlloca.isValid()) in VisitStmtExpr()
1605 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()