/external/libchrome/base/memory/ |
D | singleton.h | 238 Traits::kRegisterAtExit ? OnExit : nullptr, nullptr); in get() 248 static void OnExit(void* /*unused*/) { in OnExit() function
|
/external/libchrome/base/ |
D | lazy_instance.h | 159 Traits::kRegisterOnExit ? OnExit : nullptr, this); in Pointer() 200 static void OnExit(void* lazy_instance) { in OnExit() function
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanel.cpp | 282 CCPApp::OnExit() in OnExit() function in CCPApp 307 lResult = OnExit(); in OnCplMsg()
|
D | ControlPanel.h | 78 virtual LRESULT OnExit();
|
/external/llvm-project/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 113 auto OnExit = in TEST_F() local 123 auto OnExit = in TEST_F() local 400 auto OnExit = in TEST_F() local
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.h | 116 afx_msg void OnExit();
|
D | ChooserDialog.cpp | 296 ON_COMMAND(ID_FILE_EXIT, OnExit) in BEGIN_MESSAGE_MAP() 509 void ChooserDialog::OnExit() in OnExit() function in ChooserDialog
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 42 int OnExit() { in OnExit() function 98 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | IntermRebuild.cpp | 722 struct OnExit in traverseFunctionDefinitionChildren() struct 725 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() function 726 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren() argument
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 70 int OnExit() { in OnExit() function 137 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_interceptors.cpp | 325 int OnExit() { in OnExit() function
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 128 int OnExit() { in OnExit() function 189 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1250 int OnExit() { in OnExit() function 1316 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1233 int OnExit() { in OnExit() function 1299 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2117 static int OnExit(ThreadState *thr) { in OnExit() function 2235 OnExit(((TsanInterceptorContext *) ctx)->thr)
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2230 static int OnExit(ThreadState *thr) { in OnExit() function 2338 OnExit(((TsanInterceptorContext *) ctx)->thr)
|