Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp305 case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break; in EmitSimpleStmt()
324 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
DCGExprComplex.cpp388 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
DCGExprAgg.cpp779 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
DCodeGenFunction.h2255 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
DCGExprScalar.cpp1583 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()