Home
last modified time | relevance | path

Searched defs: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
332 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); in verify() local
/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