HomeSort by relevance Sort by last modified time
    Searched refs:TypeTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
CostTable.h 21 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 Dst
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 329 QualType TypeTy = Context.getCanonicalType(Ty);
331 if (ExprTy == TypeTy)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 234 typedef OpaquePtr<QualType> TypeTy;
    [all...]

Completed in 155 milliseconds