Lines Matching refs:NestingProhibited
4990 bool NestingProhibited = false; in checkNestingOfRegions() local
5073 NestingProhibited = in checkNestingOfRegions()
5099 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
5132 NestingProhibited = in checkNestingOfRegions()
5147 NestingProhibited = in checkNestingOfRegions()
5165 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
5174 NestingProhibited = in checkNestingOfRegions()
5184 NestingProhibited = in checkNestingOfRegions()
5192 if (!NestingProhibited && in checkNestingOfRegions()
5205 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
5212 if (!NestingProhibited && CurrentRegion == OMPD_loop) { in checkNestingOfRegions()
5217 NestingProhibited = BindKind == OMPC_BIND_teams && in checkNestingOfRegions()
5222 if (!NestingProhibited && in checkNestingOfRegions()
5227 NestingProhibited = in checkNestingOfRegions()
5231 if (!NestingProhibited && in checkNestingOfRegions()
5238 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
5250 if (NestingProhibited) { in checkNestingOfRegions()