Searched defs:DC (Results 1 – 8 of 8) sorted by relevance
185 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument189 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument192 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument196 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff) argument205 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer) argument209 #define diagnostic_last_module_changed(DC, MAP) \ argument214 #define diagnostic_set_last_module(DC, MAP) \ argument218 #define diagnostic_abort_on_error(DC) \ argument[all …]
34 #define diagnostic_last_function(DC) \ argument39 #define diagnostic_last_function_changed(DC, DI) \ argument46 #define diagnostic_set_last_function(DC, DI) \ argument
34 #define pedantic_warning_kind(DC) \ argument36 #define permissive_error_kind(DC) ((DC)->permissive ? DK_WARNING : DK_ERROR) argument37 #define permissive_error_option(DC) ((DC)->opt_permissive) argument
33 #define diagnostic_last_function(DC) \ argument38 #define diagnostic_last_function_changed(DC, DI) \ argument45 #define diagnostic_set_last_function(DC, DI) \ argument
228 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument232 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument235 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument239 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument242 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument245 #define diagnostic_abort_on_error(DC) \ argument254 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument267 #define diagnostic_report_warnings_p(DC, LOC) \ argument
46 #define pedantic_warning_kind(DC) \ argument48 #define permissive_error_kind(DC) ((DC)->permissive ? DK_WARNING : DK_ERROR) argument49 #define permissive_error_option(DC) ((DC)->opt_permissive) argument
142 #define DC gettynums[28].value macro
88 DC, /* we just don't care about the field */ enumerator