Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Ddestruct_n.h28 _LIBCPP_HIDE_FROM_ABI void __process(_Tp* __p, false_type) _NOEXCEPT { in __process() function
34 _LIBCPP_HIDE_FROM_ABI void __process(_Tp*, true_type) _NOEXCEPT {} in __process() function
57 __process(__p, integral_constant<bool, is_trivially_destructible<_Tp>::value>()); in operator()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Ddestruct_n.h28 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __process(_Tp* __p, false_type) _NOEXCEPT… in __process() function
34 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __process(_Tp*, true_type) _NOEXCEPT {} in __process() function
57 __process(__p, integral_constant<bool, is_trivially_destructible<_Tp>::value>()); in operator()