Searched refs:is_move_constructible (Results 1 – 22 of 22) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_move_constructible.h | 20 struct is_move_constructible struct 26 is_move_constructible<T>::value;
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_constructible.h | 40 struct _LIBCPP_NO_SPECIALIZATIONS is_move_constructible struct 45 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_move_constructible_v = is_move_constructible<_T…
|
| H A D | is_swappable.h | 45 __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | is_constructible.h | 31 struct _LIBCPP_TEMPLATE_VIS is_move_constructible struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | swap.h | 34 __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 66 using std::is_move_constructible;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator_traits.h | 365 is_move_constructible<typename _Alloc::value_type>::value ||
|
| H A D | shared_ptr.h | 292 …static const bool value = __raw_pointer_compatible_with<_Yp, _Tp>::value && is_move_constructible<… 298 _And<is_move_constructible<_Dp>, __well_formed_deleter<_Dp, nullptr_t> >;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | allocator_traits.h | 342 struct __is_cpp17_move_insertable : is_move_constructible<typename _Alloc::value_type> {};
|
| H A D | shared_ptr.h | 375 …static const bool value = __raw_pointer_compatible_with<_Yp, _Tp>::value && is_move_constructible<… 380 using __shared_ptr_nullptr_deleter_ctor_reqs = _And<is_move_constructible<_Dp>, __well_formed_delet…
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 112 template <class T> struct is_move_constructible; 327 = is_move_constructible<T>::value; // C++17
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 448 is_copy_constructible<_Hash>::value && is_move_constructible<_Hash>::value &&
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 110 template <class T> struct is_move_constructible; 356 = is_move_constructible<T>::value; // since C++17
|
| H A D | optional | 560 __sfinae_ctor_base< is_copy_constructible<_Tp>::value, is_move_constructible<_Tp>::value >; 565 (is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value) >;
|
| H A D | variant | 447 …tail::__common_trait({__trait<_Types, is_trivially_move_constructible, is_move_constructible>...}); 1294 enable_if_t< __all<(__dependent_type<is_move_constructible<_Types>, _Dummy>::value &&
|
| H A D | tuple | 651 __enable_if_t< _And<is_move_constructible<_Tp>...>::value, int> = 0>
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 1753 std::is_move_constructible<T>>;
|
| H A D | gmock-actions.h | 942 std::is_move_constructible<U>>::value>::type>
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | glue_algorithm_impl.h | |
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1717 SYMBOL(is_move_constructible, std::, <type_traits>)
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 1560 OLD_FILES+=usr/include/c++/v1/__type_traits/is_move_constructible.h
|