Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DCostTable.h21 template <class TypeTy>
24 TypeTy Type;
29 template <class TypeTy, class CompareTy>
30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, in CostTableLookup()
41 template <class TypeTy, class CompareTy, unsigned N>
42 int CostTableLookup(const CostTblEntry<TypeTy>(&Tbl)[N], int ISD, in CostTableLookup()
48 template <class TypeTy>
51 TypeTy Dst;
52 TypeTy Src;
58 template <class TypeTy, class CompareTy>
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp335 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local
337 if (ExprTy == TypeTy) in ImpCastExprToType()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h234 typedef OpaquePtr<QualType> TypeTy; typedef