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 D | is_default_constructible.h | 22 struct _LIBCPP_TEMPLATE_VIS is_default_constructible : public integral_constant<bool, __is_construc… struct
|
| H A D | is_implicitly_default_constructible.h | 30 template <class _Tp, class = void, class = typename is_default_constructible<_Tp>::type>
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 112 … class = __enable_if_t< __dependent_type<is_default_constructible<_T1>, _Dummy>::value && 113 … __dependent_type<is_default_constructible<_T2>, _Dummy>::value > >
|
| H A D | unique_ptr.h | 148 __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 D | PassSupport.h | 83 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 D | type_traits | 110 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 D | tuple | 238 #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 D | libcxx.imp | 724 …{ include: [ "<__type_traits/is_default_constructible.h>", "private", "<type_traits>", "public" ] …
|
| H A D | variant | 1173 … enable_if_t<__dependent_type<is_default_constructible<__first_type>, _Dummy>::value, int> = 0>
|
| H A D | module.modulemap.in | 1886 …fault_constructible [system] { header "__type_traits/is_default_constructible.h" }
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 65 using std::is_default_constructible;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 124 return is_default_constructible<_T1>::value && is_default_constructible<_T2>::value &&
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 529 …constant<bool, __check_hash_requirements<_Key, _Hash>::value && is_default_constructible<_Hash>::v…
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 196 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 D | Makefile | 1203 TTR_HEADERS+= is_default_constructible.h
|
| H A D | module.modulemap | 1886 …fault_constructible [system] { header "__type_traits/is_default_constructible.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1640 SYMBOL(is_default_constructible, std::, <type_traits>)
|