Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp120 unsigned foundErrors = 0; member
425 foundErrors = 0; in verify()
441 return foundErrors; in verify()
538 return foundErrors; in verify()
544 if (!foundErrors++) { in report()