Searched refs:NestingProhibited (Results 1 – 1 of 1) sorted by relevance
4990 bool NestingProhibited = false; in checkNestingOfRegions() local5073 NestingProhibited = in checkNestingOfRegions()5099 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()5132 NestingProhibited = in checkNestingOfRegions()5147 NestingProhibited = in checkNestingOfRegions()5165 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()5174 NestingProhibited = in checkNestingOfRegions()5184 NestingProhibited = in checkNestingOfRegions()5192 if (!NestingProhibited && in checkNestingOfRegions()5205 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()[all …]