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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileUtilities.h23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(StringRef FileA,
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp166 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
174 int llvm::DiffFilesWithTolerance(StringRef NameA, function in class:llvm
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp454 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,

Completed in 37 milliseconds