Home
last modified time | relevance | path

Searched defs:numErrors (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Basic/
H A DDiagnosticTest.cpp91 unsigned numWarnings = 0U, numErrors = 0U; TEST() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp216 std::atomic<int> numErrors; member