Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3104 bool NestingProhibited = false; in CheckNestingOfRegions() local
3164 NestingProhibited = in CheckNestingOfRegions()
3179 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()
3214 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()
3224 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()
3239 NestingProhibited = ParentRegion == OMPD_critical || in CheckNestingOfRegions()
3248 NestingProhibited = ParentRegion != OMPD_target; in CheckNestingOfRegions()
3252 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()
3257 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
3261 if (!NestingProhibited && isOpenMPDistributeDirective(CurrentRegion)) { in CheckNestingOfRegions()
[all …]