Home
last modified time | relevance | path

Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp466 EmitCompoundStmt(cast<CompoundStmt>(*S)); in EmitSimpleStmt()
502 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
H A DCGExprComplex.cpp509 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
H A DCGExprAgg.cpp983 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
H A DCodeGenFunction.h3538 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
H A DCGExprScalar.cpp2712 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()