Searched refs:error_msg (Results 1 – 6 of 6) sorted by relevance
64 virtual void OnError(int line_no, const std::string &error_msg) = 0;105 void ReportError(const std::string &error_msg) { in ReportError() argument107 error_handler_->OnError(line_no_, error_msg); in ReportError()
86 error_msg = "expected 1 and only one test-definitions tag"87 raise errors.ParseError(msg=error_msg)
98 error_msg = ('Could not find attribute %s in %s' %100 raise errors.ParseError(msg=error_msg)
120 const std::string &error_msg) { in FindInMap() argument123 llvm::errs() << error_msg << "\n"; in FindInMap()
135 def parse_struct(cls, fmt, offset, error_msg): argument139 raise ELFError(error_msg)
15 error_msg = '''error: NDK toolchain is required for this test case.23 print(error_msg, file=sys.stderr)