Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DCostTable.h21 template <class TypeTy>
24 TypeTy Type;
29 template <class TypeTy>
30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, in CostTableLookup()
31 unsigned len, int ISD, TypeTy Ty) { in CostTableLookup()
41 template <class TypeTy>
44 TypeTy Dst;
45 TypeTy Src;
50 template <class TypeTy>
51 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, in ConvertCostTableLookup()
[all …]
/external/clang/lib/Sema/
DSema.cpp282 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local
284 if (ExprTy == TypeTy) in ImpCastExprToType()
/external/clang/include/clang/Sema/
DSema.h231 typedef OpaquePtr<QualType> TypeTy; typedef