Lines Matching refs:NestingProhibited
4646 bool NestingProhibited = false; in checkNestingOfRegions() local
4721 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()
4845 if (!NestingProhibited && in checkNestingOfRegions()
4850 NestingProhibited = in checkNestingOfRegions()
4854 if (!NestingProhibited && in checkNestingOfRegions()
4861 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
4873 if (NestingProhibited) { in checkNestingOfRegions()