Searched refs:is_default_constructible (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_implicitly_default_constructible.h14 #include <__type_traits/is_default_constructible.h>
30 template <class _Tp, class = void, class = typename is_default_constructible<_Tp>::type>
H A Dis_default_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_default_constructible struct in inherits:integral_constant
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h20 #include <__type_traits/is_default_constructible.h>
110 __dependent_type<is_default_constructible<_T1>, _Dummy>::value &&
111 __dependent_type<is_default_constructible<_T2>, _Dummy>::value
H A Dunique_ptr.h30 #include <__type_traits/is_default_constructible.h>
155 typename enable_if<is_default_constructible<_Deleter>::value &&
345 typename enable_if<is_default_constructible<_Deleter>::value &&
/openbsd-current/gnu/llvm/llvm/include/llvm/
H A DPassSupport.h83 std::enable_if_t<std::is_default_constructible<PassName>{}, bool> = true>
90 std::enable_if_t<!std::is_default_constructible<PassName>{}, bool> = true>
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h29 #include <__type_traits/is_default_constructible.h>
98 return is_default_constructible<_T1>::value
99 && is_default_constructible<_T2>::value
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dhash.h18 #include <__type_traits/is_default_constructible.h>
677 is_default_constructible<_Hash>::value
/openbsd-current/gnu/lib/libcxx/
H A DMakefile705 __type_traits/is_default_constructible.h \
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h26 #include <__type_traits/is_default_constructible.h>

Completed in 168 milliseconds