Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h192 const PC *FindClause(C type) { in FindClause() function
363 FindClause(clause)) { in CheckAllowed()
373 if (FindClause(o)) { in CheckAllowed()
453 if (!FindClause(c)) { in CheckRequired()
Dcheck-omp-structure.cpp274 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_schedule)}) { in Leave()
279 if (FindClause(llvm::omp::Clause::OMPC_ordered)) { in Leave()
293 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_ordered)}) { in Leave()
302 if (auto *clause2{FindClause(llvm::omp::Clause::OMPC_collapse)}) { in Leave()
325 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_simdlen)}) { in Leave()
326 if (auto *clause2{FindClause(llvm::omp::Clause::OMPC_safelen)}) { in Leave()