Home | History | Annotate | Download | only in include

Lines Matching full:__set

3523     _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT
3525 _LIBCPP_INLINE_VISIBILITY void __set(size_t, true_type) _NOEXCEPT
3536 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, _Tp*) _NOEXCEPT
3537 {__set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>());}