Searched refs:__libcpp_is_final (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_final.h22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_final : public integral_constant<bool, __is_final(_Tp)> {}; struct in inherits:integral_constant
H A Ddatasizeof.h42 template <bool = __libcpp_is_final<_Tp>::value || !is_class<_Tp>::value>
/freebsd-current/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h75 !__libcpp_is_final<_Up>::value>::__do_throw(std::forward<_Tp>(__t));
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h43 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_Tp>::value>

Completed in 778 milliseconds