Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/fpcmp/
H A Dfpcmp.cpp35 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileUtilities.h32 int DiffFilesWithTolerance(StringRef FileA,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileUtilities.cpp180 int llvm::DiffFilesWithTolerance(StringRef NameA, in DiffFilesWithTolerance() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram()