Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4364 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4370 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4373 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4379 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2250 for (auto SectionCB : SectionCBs) { in createSections() local
2256 if (Error Err = SectionCB(InsertPointTy(), {CaseEndBr->getParent(), in createSections()