Home
last modified time | relevance | path

Searched defs:SectionCB (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5325 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; TEST_F() local
5366 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4165 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, EmitOMPSectionsDirective() local
4173 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, EmitOMPSectionsDirective() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2047 for (auto SectionCB : SectionCBs) { createSections() local