Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h32 int DiffFilesWithTolerance(StringRef FileA,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp178 int llvm::DiffFilesWithTolerance(StringRef NameA, in DiffFilesWithTolerance() function in llvm
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram()