Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4138 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4143 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4146 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4151 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1634 for (auto SectionCB : SectionCBs) { in createSections() local
1640 SectionCB(InsertPointTy(), in createSections()