Lines Matching defs:Error
105 fprintf(stderr, "Failure: AST deserialization error occurred\n");
176 "error: %sfrom:to argument is missing comma\n", opt_name);
186 fprintf(stderr, "error: cannot open file %s that we are remapping to\n",
202 fprintf(stderr, "error: unexpected %s reading 'to' file %s\n",
203 (feof(to_file) ? "EOF" : "error"), sep + 1);
566 xmlErrorPtr Error = xmlGetLastError();
567 printf(" CommentXMLInvalid [not well-formed XML: %s]", Error->message);
576 xmlErrorPtr Error = xmlGetLastError();
577 printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message);
3225 printf("unexpected error %d code while loading compilation database\n", ec);
3280 printf("database loading failed with error code %d.\n", ec);
3480 printf("unexpected error %d code while loading compilation database\n", ec);
3529 printf("database loading failed with error code %d.\n", ec);
3673 fprintf(stderr, "error: cannot open '%s'\n", file_name);
3763 fprintf(stderr, "Unable to write PCH file %s: unknown error \n", filename);
3778 static const char *getDiagnosticCodeStr(enum CXLoadDiag_Error error) {
3779 switch (error) {
3791 case CXDiagnostic_Error: return "error";
3916 enum CXLoadDiag_Error error;
3920 Diags = clang_loadDiagnostics(filename, &error, &errorString);
3923 getDiagnosticCodeStr(error),