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

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp72 unsigned foundErrors; member in struct:__anon25778::MachineVerifier
291 foundErrors = 0;
363 else if (foundErrors)
364 report_fatal_error("Found "+Twine(foundErrors)+" machine code errors.");
381 if (!foundErrors++) {

Completed in 98 milliseconds