Searched refs:TypeTy (Results 1 – 4 of 4) 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 | ClauseT.h | 1320 using TypeTy = TypeType;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 792 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local 803 if (ExprTy == TypeTy) in ImpCastExprToType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1260 typedef OpaquePtr<QualType> TypeTy; typedef
|