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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopeExit.h 9 // This file defines the make_scope_exit function, which executes user-defined
58 make_scope_exit(Callable &&F) { function in namespace:llvm
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scope-exit.h 34 - The "make_scope_exit" form allows canceling the scope guard. Use
37 auto cleanup = make_scope_exit ( <function, function object, lambda> );
144 make_scope_exit (EF &&f) function
  /src/external/gpl3/gdb/dist/gdbsupport/
scope-exit.h 34 - The "make_scope_exit" form allows canceling the scope guard. Use
37 auto cleanup = make_scope_exit ( <function, function object, lambda> );
144 make_scope_exit (EF &&f) function

Completed in 16 milliseconds