Home
last modified time | relevance | path

Searched refs:at_scope_exit (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profiling.cpp92 auto AllocatorsUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
103 auto NodeBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
110 auto RootsBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
118 auto ShadowStackBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
461 at_scope_exit([]() XRAY_NEVER_INSTRUMENT { cleanupTLD(); }); in profilingLoggingInit()
Dxray_buffer_queue.cpp86 auto CleanupBackingStore = at_scope_exit([&, this] { in init()
98 auto CleanupExtentsBackingStore = at_scope_exit([&, this] { in init()
Dxray_profile_collector.cpp254 auto ProfileArenaCleanup = at_scope_exit( in serialize()
261 auto PathArenaCleanup = at_scope_exit( in serialize()
Dxray_fdr_logging.cpp312 auto ResetToUnitialized = at_scope_exit([] { in fdrLoggingFlush()
317 auto CleanupBuffers = at_scope_exit([] { in fdrLoggingFlush()
Dxray_interface.cpp269 at_scope_exit([&PatchingSuccess] { in controlPatching()
Dxray_basic_logging.cpp341 auto ExitGuard = at_scope_exit([&TLD] { in TLDDestructor()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc335 auto file_closer = at_scope_exit([&] { in StartSubprocess()
Dsanitizer_coverage_libcdep.cc798 auto argv_deleter = at_scope_exit([&] { in GenerateHtmlReport()
836 auto cov_files_deleter = at_scope_exit([&] { in DumpOffsets()
Dsanitizer_common.h816 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp258 auto fd_closer = at_scope_exit([&] { in internal_spawn_impl()
285 auto acts_cleanup = at_scope_exit([&] { in internal_spawn_impl()
299 auto attrs_cleanup = at_scope_exit([&] { in internal_spawn_impl()
Dsanitizer_posix_libcdep.cpp427 auto file_closer = at_scope_exit([&] { in StartSubprocess()
Dsanitizer_common.h970 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp865 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); in STDCXX_INTERCEPTOR()