Home
last modified time | relevance | path

Searched defs:errorCount (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
/openbsd-src/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp47 static int errorCount; variable
/openbsd-src/gnu/llvm/lld/Common/
H A DErrorHandler.cpp66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld