Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.cc1667 url_format (URL_FORMAT_NONE) in pretty_printer()
1690 url_format (other.url_format) in pretty_printer()
2191 switch (pp->url_format) in pp_begin_url()
2216 switch (pp->url_format) in get_end_url_string()
2234 if (pp->url_format != URL_FORMAT_NONE) in pp_end_url()
2544 pp.url_format = URL_FORMAT_NONE; in test_urls()
2554 pp.url_format = URL_FORMAT_ST; in test_urls()
2564 pp.url_format = URL_FORMAT_BEL; in test_urls()
Dpretty-print.h283 diagnostic_url_format url_format; variable
Ddiagnostic.cc296 context->printer->url_format in diagnostic_urls_init()
1161 if (pp->url_format != URL_FORMAT_NONE) in print_any_cwe()
1169 if (pp->url_format != URL_FORMAT_NONE) in print_any_cwe()
1194 && context->printer->url_format != URL_FORMAT_NONE) in print_option_information()
Dlto-wrapper.cc1350 bool print_url = global_dc->printer->url_format != URL_FORMAT_NONE; in print_lto_docs_link()
1354 pp.url_format = URL_FORMAT_DEFAULT; in print_lto_docs_link()
DChangeLog-202035791 (pretty_printer::url_format): ... this, and change to enum.