HomeSort by: relevance | last modified time | path
    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