Searched defs:atexit (Results 1 – 7 of 7) sorted by relevance
50 atexit () { function
8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
576 def atexit(self): member in finalize582 def atexit(self, value): member in finalize
237 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
2114 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
390 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument