Searched refs:ClauseTy (Results 1 – 2 of 2) sorted by relevance
84 using ClauseTy = ClauseType; member86 using TypeTy = typename ClauseTy::TypeTy;87 using IdTy = typename ClauseTy::IdTy;88 using ExprTy = typename ClauseTy::ExprTy;92 using ClauseSet = std::unordered_set<const ClauseTy *>;96 llvm::ArrayRef<ClauseTy> clauses) in ConstructDecompositionT()98 for (const ClauseTy &clause : clauses) in ConstructDecompositionT()112 for (const ClauseTy *c : leaf.clauses) in ConstructDecompositionT()124 tomp::type::ListT<const ClauseTy *> clauses;140 ClauseTy *makeClause(llvm::omp::Clause clauseId, S &&specific) { in makeClause()[all …]
9611 template <typename ClauseTy>9616 const auto *C = D.getSingleClause<ClauseTy>(); in emitClauseForBareTargetDirective()