Home
last modified time | relevance | path

Searched refs:is_default_constructible (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_default_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_default_constructible : public integral_constant<bool, __is_construc… struct
H A Dis_implicitly_default_constructible.h30 template <class _Tp, class = void, class = typename is_default_constructible<_Tp>::type>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h112 … class = __enable_if_t< __dependent_type<is_default_constructible<_T1>, _Dummy>::value &&
113 … __dependent_type<is_default_constructible<_T2>, _Dummy>::value > >
H A Dunique_ptr.h148 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
305 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
/freebsd-14.2/contrib/llvm-project/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>
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits110 template <class T> struct is_default_constructible;
323 = is_default_constructible<T>::value; // C++17
463 #include <__type_traits/is_default_constructible.h>
H A Dtuple238 #include <__type_traits/is_default_constructible.h>
455 struct __all_default_constructible<__tuple_types<_Tp...>> : __all<is_default_constructible<_Tp>::va…
559 template <class...> class _IsDefault = is_default_constructible,
566 template <class...> class _IsDefault = is_default_constructible,
H A Dlibcxx.imp724 …{ include: [ "<__type_traits/is_default_constructible.h>", "private", "<type_traits>", "public" ] …
H A Dvariant1173 … enable_if_t<__dependent_type<is_default_constructible<__first_type>, _Dummy>::value, int> = 0>
H A Dmodule.modulemap.in1886 …fault_constructible [system] { header "__type_traits/is_default_constructible.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc65 using std::is_default_constructible;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h124 return is_default_constructible<_T1>::value && is_default_constructible<_T2>::value &&
/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h529 …constant<bool, __check_hash_requirements<_Key, _Hash>::value && is_default_constructible<_Hash>::v…
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h196 static bool Exists() { return ::std::is_default_constructible<T>::value; }
200 T, ::std::is_default_constructible<T>::value>::Get();
/freebsd-14.2/lib/libc++/
H A DMakefile1203 TTR_HEADERS+= is_default_constructible.h
H A Dmodule.modulemap1886 …fault_constructible [system] { header "__type_traits/is_default_constructible.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1640 SYMBOL(is_default_constructible, std::, <type_traits>)