OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_cleanups
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
cleanups.cc
25
static std::vector<std::function<void ()>>
all_cleanups
;
variable
32
all_cleanups
.emplace_back (std::move (func));
40
for (auto &func :
all_cleanups
)
42
all_cleanups
.clear ();
/src/external/gpl3/gdb.old/dist/gdbsupport/
cleanups.cc
25
static std::vector<std::function<void ()>>
all_cleanups
;
variable
32
all_cleanups
.emplace_back (std::move (func));
40
for (auto &func :
all_cleanups
)
42
all_cleanups
.clear ();
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026