Home
last modified time | relevance | path

Searched defs:terminate_handler (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp86 typedef void (*terminate_handler) (); typedef
89 terminate_handler set_terminate(terminate_handler) { return 0; } in set_terminate() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/
Doperations.h29 using terminate_handler = void (*)(); variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/
H A Doperations.h29 using terminate_handler = void (*)(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/
Doperations.h29 using terminate_handler = void (*)(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/
Doperations.h29 using terminate_handler = void (*)(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/
Doperations.h27 using terminate_handler = void (*)(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/
Doperations.h28 using terminate_handler = void (*)(); variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Deh.h20 typedef void (__cdecl *terminate_handler)(); typedef
/aosp_15_r20/external/pytorch/c10/util/
H A DAbortHandler.h53 C10_ALWAYS_INLINE void terminate_handler() { in terminate_handler() function