Home
last modified time | relevance | path

Searched refs:File1End (Results 1 – 19 of 19) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DFileUtilities.cpp210 const char *File1End = F1->getBufferEnd(); in DiffFilesWithTolerance() local
230 while (F1P < File1End && F2P < File2End && *F1P == *F2P) in DiffFilesWithTolerance()
233 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
243 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
251 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
262 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
266 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DFileUtilities.cpp198 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
220 while (F1P < File1End && F2P < File2End && *F1P == *F2P) in DiffFilesWithTolerance()
223 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
233 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
241 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
252 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
256 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DFileUtilities.cpp201 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
223 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
228 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
238 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
246 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
257 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
261 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DFileUtilities.cpp202 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
224 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
229 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
239 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
247 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
258 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
262 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DFileUtilities.cpp202 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
224 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
229 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
239 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
247 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
258 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
262 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DFileUtilities.cpp204 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
226 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
231 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
241 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
249 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
264 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileUtilities.cpp204 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
226 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
231 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
241 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
249 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
264 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp204 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
226 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
231 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
241 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
249 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
264 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() local
227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance()
232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance()
242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
250 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance()
261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()