Home
last modified time | relevance | path

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

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