Home
last modified time | relevance | path

Searched refs:is_void (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h84 : private __non_trivial_if<!is_void<_Tp>::value, allocator<_Tp> >
166 : private __non_trivial_if<!is_void<_Tp>::value, allocator<const _Tp> >
H A Dpointer_traits.h130 static pointer pointer_to(typename conditional<is_void<element_type>::value,
152 static pointer pointer_to(typename conditional<is_void<element_type>::value,
H A Dunique_ptr.h55 static_assert(!is_void<_Tp>::value, in operator()
86 static_assert(!is_void<_Tp>::value,
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c314 int is_void, v = 0, i = 1; in dt_decl_prototype() local
332 is_void = dt_node_is_void(dnp); in dt_decl_prototype()
333 v += is_void; in dt_decl_prototype()
335 if (is_void && !(flags & DT_DP_VOID)) { in dt_decl_prototype()
342 if (is_void && dnp->dn_string != NULL) { in dt_decl_prototype()
355 !is_void && !(flags & DT_DP_ANON)) { in dt_decl_prototype()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h24 template <class _Ret, bool = is_void<_Ret>::value>
H A Dbind.h337 result_type>::value || is_void<_Rp>::value,
351 result_type>::value || is_void<_Rp>::value,
H A Dfunction.h966 static const bool value = is_void<_Rp>::value ||
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h72 !std::is_void<decltype(std::declval<T>().operator->())>::value,
H A DFunctionExtras.h68 std::enable_if_t<std::is_void<Ret>::value ||
H A DSTLExtras.h192 std::enable_if_t<std::is_void<Ret>::value ||
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dtype_traits34 template <class T> struct is_void;
723 // is_void
737 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_void
743 = is_void<_Tp>::value;
1747 bool _IsVoid = is_void<_Tp>::value>
1823 _And<is_void<_To>, is_void<_Fm>>,
2697 template <class _Tp, class _Arg, bool = is_void<_Tp>::value || is_void<_Arg>::value>
3126 template <class _Tp, bool = is_void<_Tp>::value>
3946 is_void<_Ret>::value,
3985 is_void<_Ret>::value,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h525 std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value, Error>
533 !std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value,