Searched refs:get_option_url (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopts-diagnostic.h26 extern char *get_option_url (diagnostic_context *context, int option_index);
H A Ddiagnostic-format-json.cc172 if (context->get_option_url)
174 char *option_url = context->get_option_url (context,
H A Ddiagnostic.h233 char *(*get_option_url) (diagnostic_context *, int); member in struct:diagnostic_context
H A Ddiagnostic.c212 context->get_option_url = NULL;
1020 if (context->get_option_url
1022 option_url = context->get_option_url (context,
H A Dtoplev.c1198 global_dc->get_option_url = get_option_url;
H A Dopts.c3176 get_option_url (diagnostic_context *, int option_index) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts-diagnostic.h26 extern char *get_option_url (diagnostic_context *context, int option_index);
H A Ddiagnostic-format-json.cc195 if (context->get_option_url)
197 char *option_url = context->get_option_url (context,
H A Ddiagnostic.h297 char *(*get_option_url) (diagnostic_context *, int); member in struct:diagnostic_context
H A Dlto-wrapper.cc1351 const char *url = global_dc->get_option_url (global_dc, OPT_flto);
2146 global_dc->get_option_url = get_option_url;
H A Ddiagnostic.cc213 context->get_option_url = NULL;
1195 if (context->get_option_url
1197 option_url = context->get_option_url (context,
H A Dtoplev.cc1055 global_dc->get_option_url = get_option_url;
H A Dopts.cc3602 get_option_url (diagnostic_context *, int option_index) function

Completed in 480 milliseconds