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

/external/llvm/include/llvm/Target/
H A DCostTable.h21 template <class TypeTy>
24 TypeTy Type;
28 /// Find in cost table, TypeTy must be comparable to CompareTy by ==
29 template <class TypeTy, class CompareTy>
30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD,
40 /// Find in cost table, TypeTy must be comparable to CompareTy by ==
41 template <class TypeTy, class CompareTy, unsigned N>
42 int CostTableLookup(const CostTblEntry<TypeTy>(&Tbl)[N], int ISD,
48 template <class TypeTy>
51 TypeTy Ds
[all...]
/external/clang/lib/Sema/
H A DSema.cpp329 QualType TypeTy = Context.getCanonicalType(Ty); local
331 if (ExprTy == TypeTy)
/external/clang/include/clang/Sema/
H A DSema.h234 typedef OpaquePtr<QualType> TypeTy; typedef in class:clang::Sema

Completed in 2256 milliseconds