Searched refs:TypeTy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 86 using TypeTy = typename ClauseTy::TypeTy; member 148 void addClauseSymsToMap(const TypeTy &item, const ClauseTy *); 150 void addClauseSymsToMap(const tomp::clause::MapT<TypeTy, IdTy, ExprTy> &item, 210 bool applyClause(const tomp::clause::CollapseT<TypeTy, IdTy, ExprTy> &clause, 212 bool applyClause(const tomp::clause::PrivateT<TypeTy, IdTy, ExprTy> &clause, 215 applyClause(const tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy> &clause, 218 applyClause(const tomp::clause::LastprivateT<TypeTy, IdTy, ExprTy> &clause, 220 bool applyClause(const tomp::clause::SharedT<TypeTy, IdTy, ExprTy> &clause, 222 bool applyClause(const tomp::clause::DefaultT<TypeTy, IdTy, ExprTy> &clause, 225 applyClause(const tomp::clause::ThreadLimitT<TypeTy, IdTy, ExprTy> &clause, [all …]
|
H A D | ConstructCompositionT.h | 36 using TypeTy = typename ClauseTy::TypeTy; member 186 using IfTy = tomp::clause::IfT<TypeTy, IdTy, ExprTy>; in mergeIf() 223 using ReductionTy = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>; in mergeReduction() 311 using SharedTy = tomp::clause::SharedT<TypeTy, IdTy, ExprTy>; in mergeDSA() 312 using PrivateTy = tomp::clause::PrivateT<TypeTy, IdTy, ExprTy>; in mergeDSA() 313 using FirstprivateTy = tomp::clause::FirstprivateT<TypeTy, IdTy, ExprTy>; in mergeDSA() 314 using LastprivateTy = tomp::clause::LastprivateT<TypeTy, IdTy, ExprTy>; in mergeDSA() 348 using InReductionTy = tomp::clause::InReductionT<TypeTy, IdTy, ExprTy>; in mergeDSA() 354 using LinearTy = tomp::clause::LinearT<TypeTy, IdTy, ExprTy>; in mergeDSA() 360 using ReductionTy = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>; in mergeDSA() [all …]
|
H A D | ClauseT.h | 1292 using TypeTy = TypeType;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 728 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local 730 if (ExprTy == TypeTy) in ImpCastExprToType()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 995 typedef OpaquePtr<QualType> TypeTy; typedef
|