Home
last modified time | relevance | path

Searched refs:OnExit (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/base/memory/
Dsingleton.h238 Traits::kRegisterAtExit ? OnExit : nullptr, nullptr); in get()
248 static void OnExit(void* /*unused*/) { in OnExit() function
/external/libchrome/base/
Dlazy_instance.h159 Traits::kRegisterOnExit ? OnExit : nullptr, this); in Pointer()
200 static void OnExit(void* lazy_instance) { in OnExit() function
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.cpp282 CCPApp::OnExit() in OnExit() function in CCPApp
307 lResult = OnExit(); in OnCplMsg()
DControlPanel.h78 virtual LRESULT OnExit();
/external/llvm-project/llvm/unittests/Support/
DMemoryBufferTest.cpp113 auto OnExit = in TEST_F() local
123 auto OnExit = in TEST_F() local
400 auto OnExit = in TEST_F() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp42 int OnExit() { in OnExit() function
98 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.h116 afx_msg void OnExit();
DChooserDialog.cpp296 ON_COMMAND(ID_FILE_EXIT, OnExit) in BEGIN_MESSAGE_MAP()
509 void ChooserDialog::OnExit() in OnExit() function in ChooserDialog
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp722 struct OnExit in traverseFunctionDefinitionChildren() struct
725 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() argument
726 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp70 int OnExit() { in OnExit() function
137 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp325 int OnExit() { in OnExit() function
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc128 int OnExit() { in OnExit() function
189 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1233 int OnExit() { in OnExit() function
1299 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1250 int OnExit() { in OnExit() function
1316 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2117 static int OnExit(ThreadState *thr) { in OnExit() function
2235 OnExit(((TsanInterceptorContext *) ctx)->thr)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2230 static int OnExit(ThreadState *thr) { in OnExit() function
2338 OnExit(((TsanInterceptorContext *) ctx)->thr)