Searched refs:is_trivially_move_constructible (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Dtype_traits.h106 /// An implementation of `std::is_trivially_move_constructible` since we have
109 struct is_trivially_move_constructible struct in namespace:llvm
113 struct is_trivially_move_constructible<T &> : std::true_type {}; struct in namespace:llvm
115 struct is_trivially_move_constructible<T &&> : std::true_type {}; struct in namespace:llvm
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dpacked-selftests.c53 CHECK_TRAIT (is_trivially_move_constructible); variable
H A Darray-view-selftests.c37 CHECK_TRAIT (is_trivially_move_constructible); variable
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFunctionExtras.h61 std::enable_if_t<llvm::is_trivially_move_constructible<T>::value &&
98 llvm::is_trivially_move_constructible<T>::value &&
H A DOptional.h55 (std::is_trivially_move_constructible<T>::value ||
H A DSmallVector.h313 (is_trivially_move_constructible<T>::value) &&
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Darray-view-selftests.c36 CHECK_TRAIT (is_trivially_move_constructible); variable

Completed in 115 milliseconds