Searched refs:TypeTy (Results 1 – 3 of 3) sorted by relevance
21 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 …]
335 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local337 if (ExprTy == TypeTy) in ImpCastExprToType()
234 typedef OpaquePtr<QualType> TypeTy; typedef