Searched refs:__cpp_exception_cleanup (Results 1 – 3 of 3) sorted by relevance
30 #pragma weak __cpp_exception_cleanup macro31 extern void __cpp_exception_cleanup(void **);68 #pragma weak __cpp_exception_cleanup macro69 void __cpp_exception_cleanup(void **);116 if (__cpp_exception_cleanup) { in _Exit()119 __cpp_exception_cleanup(&pThread->crt.__eh_globals); in _Exit()146 if(__ghs_weak_sym_check(__cpp_exception_cleanup))
25 #pragma weak __cpp_exception_cleanup macro26 extern void __cpp_exception_cleanup(void **);434 __cpp_exception_cleanup_ptr = __cpp_exception_cleanup; in __ghs_cpp_exception_init()451 if(__cpp_exception_cleanup) { in __ghs_cpp_exception_cleanup()453 __cpp_exception_cleanup(eh_globals); in __ghs_cpp_exception_cleanup()
285 #pragma weak __cpp_exception_cleanup macro287 extern void __cpp_exception_cleanup(void **);