Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4368 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() local
4369 SectionCBVector.push_back(SectionCB); in TEST_F()
4409 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() local
4425 SectionCBVector.push_back(SectionCB); in TEST_F()
4426 SectionCBVector.push_back(SectionCB); in TEST_F()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4080 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4085 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
4088 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
4093 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1545 for (auto SectionCB : SectionCBs) { in createSections() local
1551 SectionCB(InsertPointTy(), in createSections()