Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4151 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() local
4152 HasCancel = OPSD->hasCancel(); in EmitSections()
H A DCGOpenMPRuntime.cpp1224 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
1225 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()