Home | History | Annotate | Download | only in arcmt-test

Lines Matching refs:errs

109     new TextDiagnosticPrinter(llvm::errs(), DiagnosticOptions());
125 llvm::errs() << "error: no input files\n";
154 new TextDiagnosticPrinter(llvm::errs(), DiagnosticOptions());
165 llvm::errs() << "error: no input files\n";
189 llvm::errs() << "\n##### FINAL RESULT #####\n";
191 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n";
192 printResult(migration.getRemapper(), llvm::errs());
193 llvm::errs() << "\n##########################\n\n";
232 errs() << "error: filename '" << fname
245 errs() << "error: could not read remappings input\n";
253 errs() << "error: no files to verify from stdin\n";
257 errs() << "error: files to verify are not original/result pairs\n";
268 errs() << "error: '" << inputOrigFname << "' is not in the list of "
276 errs() << "error: '" << It->second << "' does not exist\n";
281 errs() << "error: '" << inputResultFname << "' does not exist\n";
286 errs() << "error: '" << It->second << "' is different than "
297 errs() << "error: '" << I->second << "' was not verified!\n";