Home
last modified time | relevance | path

Searched refs:SectionCB (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp935 for (auto SectionCB : SectionCBs) { in createSections() local
940 SectionCB(InsertPointTy(), Builder.saveIP(), *ForExitBB); in createSections()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3811 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
3819 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
3822 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
3829 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()