Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-directive-structure.h251 const PC *FindClause(C type) { return FindClause(GetContext(), type); } in FindClause() function
254 const PC *FindClause(DirectiveContext &context, C type) { in FindClause() function
462 FindClause(clause)) { in CheckAllowed()
472 if (FindClause(o)) { in CheckAllowed()
H A Dcheck-omp-structure.cpp830 if (FindClause(llvm::omp::Clause::OMPC_depend)) { in ChecksOnOrderedAsBlock()
884 FindClause(llvm::omp::Clause::OMPC_simd) && in ChecksOnOrderedAsBlock()
1152 if (FindClause(llvm::omp::Clause::OMPC_threads) || in ChecksOnOrderedAsStandalone()
1153 FindClause(llvm::omp::Clause::OMPC_simd)) { in ChecksOnOrderedAsStandalone()
1210 if (FindClause(llvm::omp::Clause::OMPC_depend) && in ChecksOnOrderedAsStandalone()
1263 if (FindClause(llvm::omp::Clause::OMPC_acquire) || in Leave()
1264 FindClause(llvm::omp::Clause::OMPC_release) || in Leave()
1265 FindClause(llvm::omp::Clause::OMPC_acq_rel)) { in Leave()
1675 if (FindClause(llvm::omp::Clause::OMPC_ordered)) { in Leave()
1689 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_ordered)}) { in Leave()
[all …]