Lines Matching refs:NestingProhibited
3057 bool NestingProhibited = false; in checkNestingOfRegions() local
3122 NestingProhibited = in checkNestingOfRegions()
3141 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
3173 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
3184 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
3199 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
3208 NestingProhibited = ParentRegion != OMPD_target; in checkNestingOfRegions()
3212 if (!NestingProhibited && in checkNestingOfRegions()
3220 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
3224 if (!NestingProhibited && in checkNestingOfRegions()
3229 NestingProhibited = in checkNestingOfRegions()
3233 if (!NestingProhibited && in checkNestingOfRegions()
3240 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
3252 if (NestingProhibited) { in checkNestingOfRegions()