Lines Matching refs:NestingProhibited
5005 bool NestingProhibited = false; in checkNestingOfRegions() local
5100 NestingProhibited = in checkNestingOfRegions()
5126 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
5162 NestingProhibited = in checkNestingOfRegions()
5177 NestingProhibited = in checkNestingOfRegions()
5195 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
5204 NestingProhibited = in checkNestingOfRegions()
5214 NestingProhibited = in checkNestingOfRegions()
5222 if (!NestingProhibited && in checkNestingOfRegions()
5235 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
5242 if (!NestingProhibited && CurrentRegion == OMPD_loop) { in checkNestingOfRegions()
5247 NestingProhibited = BindKind == OMPC_BIND_teams && in checkNestingOfRegions()
5252 if (!NestingProhibited && in checkNestingOfRegions()
5257 NestingProhibited = in checkNestingOfRegions()
5261 if (!NestingProhibited && in checkNestingOfRegions()
5268 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
5280 if (NestingProhibited) { in checkNestingOfRegions()