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

  /external/llvm/include/llvm/Support/
FileUtilities.h 23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(const sys::PathWithStatus &FileA,
  /external/llvm/utils/fpcmp/
fpcmp.cpp 36 int DF = DiffFilesWithTolerance(sys::PathWithStatus(File1),
  /external/llvm/lib/Support/
FileUtilities.cpp 166 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
174 int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA,
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 449 if (int Diff = DiffFilesWithTolerance(sys::Path(ReferenceOutputFile),

Completed in 452 milliseconds