Home
last modified time | relevance | path

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

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