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

  /external/llvm/tools/llvm-diff/
DiffLog.h 62 typedef std::pair<Instruction*,Instruction*> DiffRecord;
63 SmallVector<DiffRecord, 20> Diff;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffLog.h 58 typedef std::pair<Instruction*,Instruction*> DiffRecord;
59 SmallVector<DiffRecord, 20> Diff;
  /external/skia/tools/skdiff/
skdiff.h 87 struct DiffRecord {
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord()
157 typedef SkTDArray<DiffRecord*> RecordArray;
162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs);
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs)
    [all...]

Completed in 1181 milliseconds