OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_dc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic.cc
81
diagnostic_context *
global_dc
= &global_diagnostic_context;
variable
1264
if (!diagnostic_report_warnings_p (
global_dc
, loc))
1273
return diagnostic_enabled (
global_dc
, &diagnostic);
1493
pp_format_verbatim (
global_dc
->printer, &text);
1494
pp_newline_and_flush (
global_dc
->printer);
1539
permissive_error_kind (
global_dc
));
1540
diagnostic.option_index = permissive_error_option (
global_dc
);
1549
return diagnostic_report_diagnostic (
global_dc
, &diagnostic);
1577
return diagnostic_report_diagnostic (
global_dc
, &diagnostic);
2024
gcc's state, including
global_dc
(when global_dc may not b
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
diagnostic.cc
85
diagnostic_context *
global_dc
= &global_diagnostic_context;
variable
1720
pp_format_verbatim (
global_dc
->printer, &text);
1721
pp_newline_and_flush (
global_dc
->printer);
1766
permissive_error_kind (
global_dc
));
1768
: permissive_error_option (
global_dc
));
1777
return
global_dc
->report_diagnostic (&diagnostic);
1805
return
global_dc
->report_diagnostic (&diagnostic);
2282
if (file == stderr &&
global_dc
)
2284
=
global_dc
->get_output_format ())
2330
gcc's state, including
global_dc
(when global_dc may not b
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026