Home
last modified time | relevance | path

Searched refs:is_trivially_move_constructible (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_constructible.h42 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_constructible struct
47 inline constexpr bool is_trivially_move_constructible_v = is_trivially_move_constructible<_Tp>::val…
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h63 std::enable_if_t<std::is_trivially_move_constructible<T>::value &&
105 std::is_trivially_move_constructible<T>::value &&
H A DPointerIntPair.h35 static_assert(std::is_trivially_move_constructible<Ptr>::value, "");
H A DSmallVector.h341 (std::is_trivially_move_constructible<T>::value) &&
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits123 template <class T> struct is_trivially_move_constructible;
347 = is_trivially_move_constructible<T>::value; // C++17
H A Doptional479 template <class _Tp, bool = is_trivially_move_constructible<_Tp>::value>
526 … bool = is_trivially_destructible<_Tp>::value && is_trivially_move_constructible<_Tp>::value &&
H A Dvariant453 …__variant_detail::__common_trait({__trait<_Types, is_trivially_move_constructible, is_move_constru…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1772 SYMBOL(is_trivially_move_constructible, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc759 OLD_FILES+=usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h