Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp99 unsigned foundErrors; member
354 foundErrors = 0; in verify()
369 return foundErrors; in verify()
457 return foundErrors; in verify()
463 if (!foundErrors++) { in report()