Searched defs:PostIncGen (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp932 const llvm::function_ref<void(CodeGenFunction &)> &PostIncGen) {
967 PostIncGen(*this);
928 EmitOMPInnerLoop( const Stmt &S, bool RequiresCleanup, const Expr *LoopCond, const Expr *IncExpr, const llvm::function_ref<void(CodeGenFunction &)> &BodyGen, const llvm::function_ref<void(CodeGenFunction &)> &PostIncGen) argument

Completed in 75 milliseconds