Home
last modified time | relevance | path

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

/src/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
H A Ddatasizeof.h41 template <class _Tp, bool = __libcpp_is_final<_Tp>::value || !is_class<_Tp>::value>
/src/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h75 !__libcpp_is_final<_Up>::value>::__do_throw(std::forward<_Tp>(__t));
/src/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h42 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_T…
/src/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map224 template <class _Tp, class _Hash, bool = std::is_empty<_Hash>::value && !std::__libcpp_is_final<_Ha…
248 template <class _Tp, class _Pred, bool = std::is_empty<_Pred>::value && !std::__libcpp_is_final<_Pr…
/src/contrib/llvm-project/libcxx/include/
H A Dunordered_map636 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value>
694 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
H A Dtuple283 template <size_t _Ip, class _Hp, bool = is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value >
H A Dmap627 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>