Searched refs:__libcpp_is_final (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_final.h | 22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_final : public integral_constant<bool, __is_final(_Tp)> {}; struct
|
| H A D | datasizeof.h | 41 template <class _Tp, bool = __libcpp_is_final<_Tp>::value || !is_class<_Tp>::value>
|
| /src/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | nested_exception.h | 75 !__libcpp_is_final<_Up>::value>::__do_throw(std::forward<_Tp>(__t));
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 42 template <class _Tp, int _Idx, bool _CanBeEmptyBase = is_empty<_Tp>::value && !__libcpp_is_final<_T…
|
| /src/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 224 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 D | unordered_map | 636 bool = is_empty<_Hash>::value && !__libcpp_is_final<_Hash>::value> 694 bool = is_empty<_Pred>::value && !__libcpp_is_final<_Pred>::value>
|
| H A D | tuple | 283 template <size_t _Ip, class _Hp, bool = is_empty<_Hp>::value && !__libcpp_is_final<_Hp>::value >
|
| H A D | map | 627 bool = is_empty<_Compare>::value && !__libcpp_is_final<_Compare>::value>
|