Home
last modified time | relevance | path

Searched defs:atexit (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/android/
Dcommon-functions.sh50 atexit () { function
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/Inputs/
DComplexPaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
DSimplePaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
/external/python/cpython3/Lib/
Dweakref.py576 def atexit(self): member in finalize
582 def atexit(self, value): member in finalize
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp237 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
DItaniumCXXABI.cpp2114 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc390 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument