Searched refs:NestingProhibited (Results 1 – 1 of 1) sorted by relevance
4646 bool NestingProhibited = false; in checkNestingOfRegions() local4721 NestingProhibited = in checkNestingOfRegions()4745 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()4777 NestingProhibited = in checkNestingOfRegions()4790 NestingProhibited = in checkNestingOfRegions()4806 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()4815 NestingProhibited = in checkNestingOfRegions()4825 NestingProhibited = in checkNestingOfRegions()4833 if (!NestingProhibited && in checkNestingOfRegions()4841 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()[all …]