HomeSort by: relevance | last modified time | path
    Searched refs:SectionCB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 935 for (auto SectionCB : SectionCBs) {
940 SectionCB(InsertPointTy(), Builder.saveIP(), *ForExitBB);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 3811 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP,
3819 SectionCBVector.push_back(SectionCB);
3822 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP,
3829 SectionCBVector.push_back(SectionCB);

Completed in 30 milliseconds