Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h76 _LIBCPP_HIDE_FROM_ABI void __dealloc() noexcept { in __dealloc() function
84 auto __guard = std::__make_exception_guard([&] { __dealloc<_Stored>(); }); in __construct()