Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4646 bool NestingProhibited = false; in checkNestingOfRegions() local
4721 NestingProhibited = in checkNestingOfRegions()
4745 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4777 NestingProhibited = in checkNestingOfRegions()
4790 NestingProhibited = in checkNestingOfRegions()
4806 NestingProhibited = ParentRegion == OMPD_critical || in checkNestingOfRegions()
4815 NestingProhibited = in checkNestingOfRegions()
4825 NestingProhibited = in checkNestingOfRegions()
4833 if (!NestingProhibited && in checkNestingOfRegions()
4841 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
[all …]