Lines Matching refs:NestingProhibited
4657 bool NestingProhibited = false; in checkNestingOfRegions() local
4732 NestingProhibited = in checkNestingOfRegions()
4756 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4788 NestingProhibited = in checkNestingOfRegions()
4801 NestingProhibited = in checkNestingOfRegions()
4817 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
4826 NestingProhibited = in checkNestingOfRegions()
4836 NestingProhibited = in checkNestingOfRegions()
4844 if (!NestingProhibited && in checkNestingOfRegions()
4852 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
4856 if (!NestingProhibited && in checkNestingOfRegions()
4861 NestingProhibited = in checkNestingOfRegions()
4865 if (!NestingProhibited && in checkNestingOfRegions()
4872 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
4884 if (NestingProhibited) { in checkNestingOfRegions()