Searched defs:diagnostic_context (Results 1 – 4 of 4) sorted by relevance
69 struct diagnostic_context struct72 pretty_printer *printer;75 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND];78 bool warning_as_error_requested;82 int n_opts;90 diagnostic_t *classify_diagnostic;97 diagnostic_classification_change_t *classification_history;100 int n_classification_history;103 int *push_list;104 int n_push;[all …]
1064 internal_error_reentered (diagnostic_context *, const char *, va_list *) in internal_error_reentered() argument1074 internal_error_function (diagnostic_context *, const char *, va_list *) in internal_error_function() argument
61 struct diagnostic_context struct64 pretty_printer *printer;67 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND];71 bool some_warnings_are_errors;74 bool warning_as_error_requested;78 int n_opts;86 diagnostic_t *classify_diagnostic;93 diagnostic_classification_change_t *classification_history;96 int n_classification_history;99 int *push_list;[all …]
74 typedef struct diagnostic_context diagnostic_context; typedef