Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp438 EmitCompoundStmt(cast<CompoundStmt>(*S)); in EmitSimpleStmt()
474 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
H A DCGExprComplex.cpp419 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
H A DCGExprAgg.cpp948 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
H A DCodeGenFunction.h3225 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
H A DCGExprScalar.cpp2437 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()