Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4792 bool NestingProhibited = false; in checkNestingOfRegions() local
4894 NestingProhibited = EnclosingConstruct != OMPD_task && in checkNestingOfRegions()
4898 NestingProhibited = EnclosingConstruct != OMPD_section && in checkNestingOfRegions()
4901 NestingProhibited = CancelRegion != Leafs.back(); in checkNestingOfRegions()
4908 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4943 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4956 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4972 NestingProhibited = EnclosingConstruct == OMPD_critical || in checkNestingOfRegions()
4981 NestingProhibited = in checkNestingOfRegions()
4993 NestingProhibited = !llvm::is_contained( in checkNestingOfRegions()
[all …]