Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp112 unsigned foundErrors = 0; member
398 foundErrors = 0; in verify()
414 return foundErrors; in verify()
500 return foundErrors; in verify()
506 if (!foundErrors++) { in report()