Searched defs:diagnostic_context (Results 1 – 3 of 3) sorted by relevance
60 struct diagnostic_context struct63 pretty_printer *printer;66 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND];70 bool some_warnings_are_errors;73 bool warning_as_error_requested;77 int n_opts;85 diagnostic_t *classify_diagnostic;92 diagnostic_classification_change_t *classification_history;95 int n_classification_history;98 int *push_list;[all …]
74 typedef struct diagnostic_context diagnostic_context; typedef
601 def diagnostic_context(self) -> diagnostics.DiagnosticContext: member in ONNXProgram