Lines Matching refs:OmpDirectiveSet
130 bool OmpStructureChecker::IsCloselyNestedRegion(const OmpDirectiveSet &set) { in IsCloselyNestedRegion()
208 const parser::CharBlock &source, const OmpDirectiveSet &set) { in HasInvalidWorksharingNesting()
225 OmpDirectiveSet distributeSet{llvm::omp::Directive::OMPD_distribute, in HasInvalidDistributeNesting()
253 OmpDirectiveSet allowedSet{llvm::omp::Directive::OMPD_parallel, in HasInvalidTeamsNesting()
837 OmpDirectiveSet notAllowedParallelSet{llvm::omp::Directive::OMPD_parallel, in ChecksOnOrderedAsBlock()
1192 OmpDirectiveSet allowedDoSet{llvm::omp::Directive::OMPD_do, in ChecksOnOrderedAsStandalone()
1355 OmpDirectiveSet allowedTaskgroupSet{ in CheckCancellationNest()
1357 OmpDirectiveSet allowedSectionsSet{llvm::omp::Directive::OMPD_sections, in CheckCancellationNest()
1359 OmpDirectiveSet allowedDoSet{llvm::omp::Directive::OMPD_do, in CheckCancellationNest()
1365 OmpDirectiveSet allowedParallelSet{llvm::omp::Directive::OMPD_parallel, in CheckCancellationNest()
2084 OmpDirectiveSet nonPartialVarSet{llvm::omp::Directive::OMPD_allocate, in CheckIsVarPartOfAnotherVar()
2228 static std::unordered_map<dirNameModifier, OmpDirectiveSet> in Enter()
2664 const OmpDirectiveSet parallelDirSet{ in CheckWorkshareBlockStmts()