Searched refs:NestingProhibited (Results 1 – 1 of 1) sorted by relevance
2216 bool NestingProhibited = false; in CheckNestingOfRegions() local2271 NestingProhibited = in CheckNestingOfRegions()2283 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in CheckNestingOfRegions()2319 NestingProhibited = in CheckNestingOfRegions()2329 NestingProhibited = in CheckNestingOfRegions()2344 NestingProhibited = ParentRegion == OMPD_critical || in CheckNestingOfRegions()2354 NestingProhibited = ParentRegion != OMPD_target; in CheckNestingOfRegions()2358 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()2363 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()2367 if (!NestingProhibited && isOpenMPDistributeDirective(CurrentRegion)) { in CheckNestingOfRegions()[all …]