Searched refs:NestingProhibited (Results 1 – 1 of 1) sorted by relevance
3057 bool NestingProhibited = false; in checkNestingOfRegions() local3122 NestingProhibited = 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()[all …]