Home
last modified time | relevance | path

Searched refs:__destructor (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/
Dvariant705 class _LIBCPP_TEMPLATE_VIS __destructor;
709 class _LIBCPP_TEMPLATE_VIS __destructor<__traits<_Types...>, \
718 __destructor(const __destructor&) = default; \
719 __destructor(__destructor&&) = default; \
721 __destructor& operator=(const __destructor&) = default; \
722 __destructor& operator=(__destructor&&) = default; \
731 ~__destructor() = default;,
736 ~__destructor() { __destroy(); },
751 ~__destructor() = delete;,
757 class _LIBCPP_TEMPLATE_VIS __constructor : public __destructor<_Traits> {
[all …]
/external/syslinux/com32/include/klibc/
Dcompiler.h123 #define __destructor __attribute__((destructor)) macro
/external/syslinux/com32/elflink/ldlinux/
Dldlinux.c287 static void __destructor close_console(void) in close_console()
Dcli.c483 static void __destructor cli_exit(void) in cli_exit()