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

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 60 TypeComparisonFuncTy CompareTypes;
64 CompareTypes(Foo) {}
68 CompareTypes(compareTypesSimple) {}
72 CompareTypes = Foo;
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 97 bool CanConvert = CompareTypes(
136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 812 static int CompareTypes(WebIDBKeyType a, WebIDBKeyType b) { return b - a; }
825 if (int x = CompareTypes(KeyTypeByteToKeyType(type_a),
    [all...]

Completed in 136 milliseconds