Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h156 bool FoundErrors; variable
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp688 bool FoundErrors = llvm::any_of(Errors, [](const ClangTidyError &E) { clangTidyMain() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp332 unsigned FoundErrors = MachineVerifier(this, Banner.c_str()).verify(MF); runOnMachineFunction() local
357 unsigned FoundErrors = MachineVerifier(nullptr, Banner.c_str()).verify(MF); verifyMachineFunction() local
365 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); verify() local
374 unsigned FoundErrors = verify() local