Searched refs:foundErrors (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp71 unsigned foundErrors; member in struct:__anon9491::MachineVerifier
283 foundErrors = 0;
355 else if (foundErrors)
356 report_fatal_error("Found "+Twine(foundErrors)+" machine code errors.");
373 if (!foundErrors++) {

Completed in 89 milliseconds