Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h26 using OmpClauseSet = variable
103 static OmpClauseSet privateSet{
105 static OmpClauseSet privateReductionSet{
106 OmpClauseSet{Clause::OMPC_reduction} | privateSet};
117 std::pair<llvm::omp::Directive, const OmpClauseSet>>;
H A Dcheck-omp-structure.cpp1759 OmpClauseSet threadprivateAllowedSet{llvm::omp::Clause::OMPC_copyin, in Leave()
2152 OmpClauseSet{llvm::omp::Clause::OMPC_reduction})); in Enter()
2155 OmpClauseSet{llvm::omp::Clause::OMPC_reduction})); in Enter()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td26 let clauseEnumSetClass = "OmpClauseSet";