Home
last modified time | relevance | path

Searched defs:DC (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddiagnostic.h185 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument
189 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument
192 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument
196 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument
199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff) argument
205 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer) argument
209 #define diagnostic_last_module_changed(DC, MAP) \ argument
214 #define diagnostic_set_last_module(DC, MAP) \ argument
218 #define diagnostic_abort_on_error(DC) \ argument
[all …]
H A Dtree-diagnostic.h34 #define diagnostic_last_function(DC) \ argument
39 #define diagnostic_last_function_changed(DC, DI) \ argument
46 #define diagnostic_set_last_function(DC, DI) \ argument
H A Ddiagnostic.c34 #define pedantic_warning_kind(DC) \ argument
36 #define permissive_error_kind(DC) ((DC)->permissive ? DK_WARNING : DK_ERROR) argument
37 #define permissive_error_option(DC) ((DC)->opt_permissive) argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-diagnostic.h33 #define diagnostic_last_function(DC) \ argument
38 #define diagnostic_last_function_changed(DC, DI) \ argument
45 #define diagnostic_set_last_function(DC, DI) \ argument
H A Ddiagnostic.h228 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument
232 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument
235 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument
239 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument
242 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument
245 #define diagnostic_abort_on_error(DC) \ argument
254 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
267 #define diagnostic_report_warnings_p(DC, LOC) \ argument
H A Ddiagnostic.c46 #define pedantic_warning_kind(DC) \ argument
48 #define permissive_error_kind(DC) ((DC)->permissive ? DK_WARNING : DK_ERROR) argument
49 #define permissive_error_option(DC) ((DC)->opt_permissive) argument
/dflybsd-src/libexec/getty/
H A Dgettytab.h142 #define DC gettynums[28].value macro
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_optimize.c88 DC, /* we just don't care about the field */ enumerator