OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatal_errors
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
log-buffer.c
39
bool
fatal_errors
;
member in struct:log_buffer
83
* the error is fatal or not is dependent on lb->
fatal_errors
.
90
error (lb->
fatal_errors
, errno, "failed to open log file.");
102
*
fatal_errors
Whether errors writing to a log file should be
105
*
fatal_errors
unused
129
bool
fatal_errors
,
142
lb->
fatal_errors
=
fatal_errors
;
189
fatal_errors
,
244
lb->
fatal_errors
,
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
error.cc
965
bool
fatal_errors
= global_dc->m_fatal_errors;
local
987
global_dc->m_fatal_errors =
fatal_errors
;
1503
bool
fatal_errors
= global_dc->m_fatal_errors;
1528
global_dc->m_fatal_errors =
fatal_errors
;
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic.h
246
bool
fatal_errors
;
member in struct:diagnostic_context
/src/external/gpl3/gcc.old/dist/gcc/fortran/
error.cc
899
bool
fatal_errors
= global_dc->
fatal_errors
;
local
908
global_dc->
fatal_errors
= false;
921
global_dc->
fatal_errors
=
fatal_errors
;
1433
bool
fatal_errors
= global_dc->
fatal_errors
;
1446
global_dc->
fatal_errors
= false;
1458
global_dc->
fatal_errors
=
fatal_errors
;
[
all
...]
Completed in 42 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026