HomeSort by: relevance | last modified time | path
    Searched refs:scope_exit_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
scope-exit.h 55 from scope_exit_base's dtor. */
58 class scope_exit_base class
61 scope_exit_base () = default;
63 ~scope_exit_base ()
72 DISABLE_COPY_AND_ASSIGN (scope_exit_base);
91 class scope_exit : public scope_exit_base<scope_exit<EF>>
94 friend scope_exit_base<scope_exit<EF>>;
forward-scope-exit.h 87 : public scope_exit_base<forward_scope_exit<Function,
92 friend scope_exit_base<forward_scope_exit<Function,
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scope-exit.h 55 from scope_exit_base's dtor. */
58 class scope_exit_base class
61 scope_exit_base () = default;
63 ~scope_exit_base ()
72 DISABLE_COPY_AND_ASSIGN (scope_exit_base);
91 class scope_exit : public scope_exit_base<scope_exit<EF>>
94 friend scope_exit_base<scope_exit<EF>>;
forward-scope-exit.h 87 : public scope_exit_base<forward_scope_exit<Function,
92 friend scope_exit_base<forward_scope_exit<Function,

Completed in 25 milliseconds