Searched refs:is_void (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_void.h26 struct _LIBCPP_TEMPLATE_VIS is_void : _BoolConstant<__is_void(_Tp)> { }; struct in inherits:_BoolConstant
35 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_void
40 inline constexpr bool is_void_v = is_void<_Tp>::value;
H A Dadd_pointer.h15 #include <__type_traits/is_void.h>
32 bool = __libcpp_is_referenceable<_Tp>::value || is_void<_Tp>::value>
H A Dis_fundamental.h15 #include <__type_traits/is_void.h>
36 : public integral_constant<bool, is_void<_Tp>::value ||
H A Dis_nothrow_convertible.h17 #include <__type_traits/is_void.h>
42 _And<is_void<_To>, is_void<_Fm>>,
H A Dis_convertible.h16 #include <__type_traits/is_void.h>
48 bool _IsVoid = is_void<_Tp>::value>
H A Dis_swappable.h22 #include <__type_traits/is_void.h>
63 bool _NotVoid = !is_void<_Tp>::value && !is_void<_Up>::value>
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h60 std::enable_if_t<std::is_void<Ret>::value ||
H A Dfallible_iterator.h72 !std::is_void<decltype(std::declval<T>().operator->())>::value,
H A DFunctionExtras.h69 std::is_void<Ret>,
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator.h18 #include <__type_traits/is_void.h>
91 : private __non_trivial_if<!is_void<_Tp>::value, allocator<_Tp> >
180 : private __non_trivial_if<!is_void<_Tp>::value, allocator<const _Tp> >
H A Dpointer_traits.h20 #include <__type_traits/is_void.h>
132 static pointer pointer_to(__conditional_t<is_void<element_type>::value, __nat, element_type>& __r)
153 static pointer pointer_to(__conditional_t<is_void<element_type>::value, __nat, element_type>& __r) _NOEXCEPT
H A Dunique_ptr.h36 #include <__type_traits/is_void.h>
64 static_assert(!is_void<_Tp>::value, "cannot delete an incomplete type");
/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h21 #include <__type_traits/is_void.h>
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtype_traits_fwd.h53 struct is_void;
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dbind.h340 result_type>::value || is_void<_Rp>::value,
354 result_type>::value || is_void<_Rp>::value,
H A Dinvoke.h26 #include <__type_traits/is_void.h>
411 __conditional_t<is_void<_Ret>::value, true_type, __is_core_convertible<_Result, _Ret> >,
454 is_void<_Ret>::value,
473 template <class _Ret, bool = is_void<_Ret>::value>
H A Dfunction.h986 static const bool value = is_void<_Rp>::value ||
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h178 } else if (std::is_void<T>::value) {
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h42 #include <__type_traits/is_void.h>
661 _And< is_void<_Up>,
/openbsd-current/gnu/lib/libcxx/
H A DMakefile762 __type_traits/is_void.h \

Completed in 129 milliseconds