HomeSort by: relevance | last modified time | path
    Searched refs:make_scope_exit (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Threading.inc 75 auto AttrGuard = llvm::make_scope_exit([&] {
  /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/apache2/llvm/dist/llvm/lib/CodeGen/
ResetMachineFunctionPass.cpp 60 make_scope_exit([&MF]() { MF.getRegInfo().clearVirtRegTypes(); });
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
Delta.h 73 auto _ = make_scope_exit([&]() { ++Index; }); // Next time - next feature.
  /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
  /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> );
141 make_scope_exit (EF &&f) function
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp 593 auto VerifyOnExit = make_scope_exit([&]() { verify(); });
738 auto VerifyOnExit = make_scope_exit([&]() { verify(); });
758 auto VerifyOnExit = make_scope_exit([&]() { verify(); });
1024 auto VerifyOnExit = make_scope_exit([&]() { verify(); });
1160 auto VerifyOnExit = make_scope_exit([&]() { verify(); });
1180 auto VerifyOnExit = make_scope_exit([&]() {
1409 auto ExitVerifier = make_scope_exit([this] { verify(); });
1437 auto ExitVerifier = make_scope_exit([this] { verify(); });
1462 auto ExitVerifier = make_scope_exit([this] { verify(); });
1622 auto VerifyOnExit = make_scope_exit([&]() { OriginalRC->verify(); })
    [all...]
LoopInfo.cpp 881 auto InvalidateOnExit = make_scope_exit([&]() { destroy(Unloop); });
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp 96 auto RestoreOptLevel = make_scope_exit([=]() { OptLevel = OldOptLevel; });
  /src/external/gpl3/gdb/dist/gdb/
displaced-stepping.c 149 auto reset_buffer = make_scope_exit
solib-svr4.c 1161 auto cleanup = make_scope_exit ([list] ()
1369 auto cleanup = make_scope_exit ([info] ()
1914 auto cleanup = make_scope_exit ([info] ()
top.c 461 auto cleanup_if_error = make_scope_exit (bpstat_clear_actions);
  /src/external/gpl3/gdb.old/dist/gdb/
displaced-stepping.c 149 auto reset_buffer = make_scope_exit
solib-svr4.c 1162 auto cleanup = make_scope_exit ([list] ()
1371 auto cleanup = make_scope_exit ([info] ()
1916 auto cleanup = make_scope_exit ([info] ()
top.c 460 auto cleanup_if_error = make_scope_exit (bpstat_clear_actions);
  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
DirectoryWatcher-linux.cpp 197 auto EpollFDGuard = llvm::make_scope_exit([EpollFD]() { close(EpollFD); });
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 175 llvm::make_scope_exit([&] { this->Relations = SavedRelations; });
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 375 auto Cleanup = make_scope_exit([&] { OS.flush(); });
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp 426 auto PredicateRestorer = make_scope_exit([CI, &CB]() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 183 auto UnbindOnExit = llvm::make_scope_exit([&] { Binder.unbind(CGF); });
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.cpp 94 auto FinalizeOnReturn = llvm::make_scope_exit([&EraseList] {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp 420 auto Cleanup = make_scope_exit([&] {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 418 auto RauwUndefMetadata = make_scope_exit(
Inliner.cpp 691 auto AdvisorOnExit = make_scope_exit([&] { Advisor.onPassExit(); });
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 1117 auto Cleanup = make_scope_exit([&]() { MF.setHasWinCFI(HasWinCFI); });
1662 auto WinCFI = make_scope_exit([&]() { assert(HasWinCFI == MF.hasWinCFI()); });
1709 auto Cleanup = make_scope_exit([&] { InsertReturnAddressAuth(MF, MBB); });

Completed in 153 milliseconds

1 2