Lines Matching refs:NestingProhibited
4934 bool NestingProhibited = false; in checkNestingOfRegions() local
5009 NestingProhibited = in checkNestingOfRegions()
5035 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
5068 NestingProhibited = in checkNestingOfRegions()
5083 NestingProhibited = in checkNestingOfRegions()
5101 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
5110 NestingProhibited = in checkNestingOfRegions()
5120 NestingProhibited = in checkNestingOfRegions()
5128 if (!NestingProhibited && in checkNestingOfRegions()
5141 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
5148 if (!NestingProhibited && CurrentRegion == OMPD_loop) { in checkNestingOfRegions()
5153 NestingProhibited = BindKind == OMPC_BIND_teams && in checkNestingOfRegions()
5158 if (!NestingProhibited && in checkNestingOfRegions()
5163 NestingProhibited = in checkNestingOfRegions()
5167 if (!NestingProhibited && in checkNestingOfRegions()
5174 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
5186 if (NestingProhibited) { in checkNestingOfRegions()