Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2273 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() local
2274 HasCancel = OPSD->hasCancel(); in EmitSections()
DCGOpenMPRuntime.cpp851 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
852 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()