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.cpp4183 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4188 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4196 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2113 for (auto SectionCB : SectionCBs) { in createSections() local
2119 SectionCB(InsertPointTy(), in createSections()