Searched defs:diagnostic_context (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic.h | 104 struct diagnostic_context struct 107 pretty_printer *printer; 110 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND]; 113 bool warning_as_error_requested; 117 int n_opts; 125 diagnostic_t *classify_diagnostic; 132 diagnostic_classification_change_t *classification_history; 135 int n_classification_history; 138 int *push_list; 139 int n_push; [all …]
|
H A D | diagnostic-format-json.cc | 124 json_begin_diagnostic (diagnostic_context *, diagnostic_info *) in json_begin_diagnostic() argument 247 json_begin_group (diagnostic_context *) in json_begin_group() argument 254 json_end_group (diagnostic_context *) in json_end_group() argument 263 json_final_cb (diagnostic_context *) in json_final_cb() argument
|
H A D | toplev.c | 1126 internal_error_reentered (diagnostic_context *, const char *, va_list *) in internal_error_reentered() argument 1136 internal_error_function (diagnostic_context *, const char *, va_list *) in internal_error_function() argument
|
H A D | tree-diagnostic-path.cc | 496 default_tree_make_json_for_path (diagnostic_context *, in default_tree_make_json_for_path() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic.h | 165 struct diagnostic_context struct 168 pretty_printer *printer; 171 file_cache *m_file_cache; 174 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND]; 177 bool warning_as_error_requested; 181 int n_opts; 189 diagnostic_t *classify_diagnostic; 196 diagnostic_classification_change_t *classification_history; 199 int n_classification_history; 202 int *push_list; [all …]
|
H A D | diagnostic-format-json.cc | 147 json_begin_diagnostic (diagnostic_context *, diagnostic_info *) in json_begin_diagnostic() argument 275 json_begin_group (diagnostic_context *) in json_begin_group() argument 282 json_end_group (diagnostic_context *) in json_end_group() argument 291 json_final_cb (diagnostic_context *) in json_final_cb() argument
|
H A D | tree-diagnostic.cc | 303 set_inlining_locations (diagnostic_context *, in set_inlining_locations() argument
|
H A D | toplev.cc | 983 internal_error_reentered (diagnostic_context *, const char *, va_list *) in internal_error_reentered() argument 993 internal_error_function (diagnostic_context *, const char *, va_list *) in internal_error_function() argument
|
H A D | opts.cc | 3602 get_option_url (diagnostic_context *, int option_index) in get_option_url() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | dummy-frontend.c | 99 jit_begin_diagnostic (diagnostic_context */*context*/, in jit_begin_diagnostic() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | dummy-frontend.cc | 551 jit_begin_diagnostic (diagnostic_context */*context*/, in jit_begin_diagnostic() argument
|