Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4990 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()
[all …]