Home
last modified time | relevance | path

Searched defs:diagnostic_context (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddiagnostic.h69 struct diagnostic_context struct
72 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 …]
H A Dtoplev.c1064 internal_error_reentered (diagnostic_context *, const char *, va_list *) in internal_error_reentered() argument
1074 internal_error_function (diagnostic_context *, const char *, va_list *) in internal_error_function() argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddiagnostic.h61 struct diagnostic_context struct
64 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 …]
H A Dcoretypes.h74 typedef struct diagnostic_context diagnostic_context; typedef