HomeSort by: relevance | last modified time | path
    Searched defs:SCOPE_EXIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
scope-exit.h 25 /* scope_exit is a general-purpose scope guard that calls its exit
26 function at the end of the current scope. A scope_exit may be
30 ScopeGuard/SCOPE_EXIT.
41 - If you don't need to cancel the guard, you can use the SCOPE_EXIT
44 SCOPE_EXIT
52 /* CRTP base class for cancelable scope_exit-like classes. Implements
88 /* The scope_exit class. */
91 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base
94 friend scope_exit_base<scope_exit<EF>>
100 scope_exit (EFP &&f) function in class:scope_exit
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scope-exit.h 25 /* scope_exit is a general-purpose scope guard that calls its exit
26 function at the end of the current scope. A scope_exit may be
30 ScopeGuard/SCOPE_EXIT.
41 - If you don't need to cancel the guard, you can use the SCOPE_EXIT
44 SCOPE_EXIT
52 /* CRTP base class for cancelable scope_exit-like classes. Implements
88 /* The scope_exit class. */
91 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base
94 friend scope_exit_base<scope_exit<EF>>
100 scope_exit (EFP &&f) function in class:scope_exit
    [all...]

Completed in 22 milliseconds