Home
last modified time | relevance | path

Searched refs:escape_format (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h362 enum diagnostics_escape_format escape_format; member
H A Ddiagnostic-show-locus.cc1155 switch (dc.escape_format) in make_policy()
2888 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_display_widths()
2900 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_display_widths()
4282 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_one_liner_labels_utf8()
4294 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_one_liner_labels_utf8()
5544 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_escaping_bytes_1()
5553 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_escaping_bytes_1()
5597 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_escaping_bytes_2()
5605 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_escaping_bytes_2()
H A Ddiagnostic.cc235 context->escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in diagnostic_initialize()
H A Dopts.cc2833 dc->escape_format = (enum diagnostics_escape_format)value; in common_handle_option()
H A DChangeLog-20217998 context->escape_format.
8002 (diagnostic_context::escape_format): New field.