Searched refs:is_void (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 84 : private __non_trivial_if<!is_void<_Tp>::value, allocator<_Tp> > 166 : private __non_trivial_if<!is_void<_Tp>::value, allocator<const _Tp> >
|
| H A D | pointer_traits.h | 130 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 D | unique_ptr.h | 55 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 D | dt_decl.c | 314 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 D | invoke.h | 24 template <class _Ret, bool = is_void<_Ret>::value>
|
| H A D | bind.h | 337 result_type>::value || is_void<_Rp>::value, 351 result_type>::value || is_void<_Rp>::value,
|
| H A D | function.h | 966 static const bool value = is_void<_Rp>::value ||
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | fallible_iterator.h | 72 !std::is_void<decltype(std::declval<T>().operator->())>::value,
|
| H A D | FunctionExtras.h | 68 std::enable_if_t<std::is_void<Ret>::value ||
|
| H A D | STLExtras.h | 192 std::enable_if_t<std::is_void<Ret>::value ||
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 34 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 D | RPCUtils.h | 525 std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value, Error> 533 !std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value,
|