Searched refs:out_errors (Results 1 – 2 of 2) sorted by relevance
20 // RUN: rm -rf %t %t.diag_errors %t.out_errors22 // RUN: c-index-test -read-diagnostics %t.diag_errors > %t.out_errors 2>&123 // RUN: FileCheck -check-prefix=CHECK-WITH-ERRORS --input-file=%t.out_errors %s
131 vector<string>* out_errors, vector<string>* out_warnings);1224 vector<string>* out_errors, vector<string>* out_warnings) { in SetupTotalBytesLimitWarningTest() argument1235 *out_errors = scoped_log.GetMessages(ERROR); in SetupTotalBytesLimitWarningTest()