Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp311 unsigned FoundErrors = MachineVerifier(this, Banner.c_str()).verify(MF); in runOnMachineFunction() local
312 if (FoundErrors) in runOnMachineFunction()
313 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in runOnMachineFunction()
332 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); in verify() local
333 if (AbortOnErrors && FoundErrors) in verify()
334 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in verify()
335 return FoundErrors == 0; in verify()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc319 bool FoundErrors() const { return found_errors_; } in FoundErrors() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
1018 if (error_collector->FoundErrors()) { in Run()