OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:save_error
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
python.c
363
std::optional<gdbpy_err_fetch>
save_error
;
365
save_error
.emplace ();
374
if (
save_error
.has_value ())
375
save_error
->restore ();
362
std::optional<gdbpy_err_fetch>
save_error
;
local
/src/external/gpl3/gdb.old/dist/gdb/python/
python.c
356
std::optional<gdbpy_err_fetch>
save_error
;
358
save_error
.emplace ();
367
if (
save_error
.has_value ())
368
save_error
->restore ();
355
std::optional<gdbpy_err_fetch>
save_error
;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
1349
bool
save_error
= parser->error;
1404
parser->error =
save_error
;
1347
bool
save_error
= parser->error;
local
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
1445
bool
save_error
= parser->error;
1500
parser->error =
save_error
;
1443
bool
save_error
= parser->error;
local
Completed in 60 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026