Home
last modified time | relevance | path

Searched refs:NestingProhibited (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3057 bool NestingProhibited = false; in checkNestingOfRegions() local
3122 NestingProhibited = in checkNestingOfRegions()
3199 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
3208 NestingProhibited = ParentRegion != OMPD_target; in checkNestingOfRegions()
3212 if (!NestingProhibited && in checkNestingOfRegions()
3220 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
3224 if (!NestingProhibited && in checkNestingOfRegions()
3229 NestingProhibited = in checkNestingOfRegions()
3233 if (!NestingProhibited && in checkNestingOfRegions()
3240 NestingProhibited = Stack->hasDirective( in checkNestingOfRegions()
[all …]