HomeSort by relevance Sort by last modified time
    Searched full:exitfunction (Results 1 - 8 of 8) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 27 Callable ExitFunction;
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
33 scope_exit(scope_exit &&Rhs) : ExitFunction(std::move(Rhs.ExitFunction)) {}
35 ~scope_exit() { ExitFunction(); }

Completed in 1544 milliseconds