Home
last modified time | relevance | path

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

123

/netbsd-src/external/mit/isl/dist/
H A Disl_union_eval.c61 isl_bool is_void; in FN() local
64 is_void = isl_point_is_void(pnt); in FN()
65 if (is_void < 0) in FN()
67 if (is_void) in FN()
H A Disl_pw_eval.c54 isl_bool is_void; in FN() local
72 is_void = isl_point_is_void(pnt); in FN()
73 if (is_void < 0) in FN()
75 if (is_void) in FN()
H A Disl_point.c426 isl_bool is_void; in isl_point_get_multi_val() local
430 is_void = isl_point_is_void(pnt); in isl_point_get_multi_val()
431 if (is_void < 0) in isl_point_get_multi_val()
435 if (is_void) in isl_point_get_multi_val()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dtype_traits98 /// is_void
100 struct is_void
264 || is_void<_Tp>::value)>
272 || is_void<_Tp>::value)>
504 : public integral_constant<bool, __is_pod(_Tp) || is_void<_Tp>::value>
616 bool = (is_void<_From>::value || is_void<_To>::value
631 { static const bool __value = (is_void<_To>::value
633 && !is_void<_From>::value)); };
651 template<typename _Tp, bool = (is_void<_Tp>::value
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtype_traits98 /// is_void
100 struct is_void
262 || is_void<_Tp>::value)>
270 || is_void<_Tp>::value)>
502 : public integral_constant<bool, __is_pod(_Tp) || is_void<_Tp>::value>
614 bool = (is_void<_From>::value || is_void<_To>::value
629 { static const bool __value = (is_void<_To>::value
631 && !is_void<_From>::value)); };
649 template<typename _Tp, bool = (is_void<_Tp>::value
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dinvoke.h121 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY()
127 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
H A Dptr_traits.h98 template<typename _Ptr, typename _Elt, bool = is_void<_Elt>::value> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dinvoke.h120 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY()
126 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
H A Dptr_traits.h76 = typename conditional<is_void<_Tp>::value, __undefined, _Tp>::type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/cddl/osnet/dist/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()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dpointer_traits.h129 static pointer pointer_to(typename conditional<is_void<element_type>::value,
151 static pointer pointer_to(typename conditional<is_void<element_type>::value,
H A Dunique_ptr.h52 static_assert(!is_void<_Tp>::value, in operator()
83 static_assert(!is_void<_Tp>::value,
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c53 bool is_void = false; in write_macdef() local
59 is_void = true; in write_macdef()
75 if (is_void) in write_macdef()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc53 bool is_void = false; in write_macdef() local
59 is_void = true; in write_macdef()
75 if (is_void) in write_macdef()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtype_traits193 struct is_void;
209 is_void<_NestedType>,
246 /// is_void
248 struct is_void
541 : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
549 is_void<_Tp>>>::type
819 bool = __or_<is_void<_Tp>,
870 bool = __or_<is_void<_Tp>,
1416 bool = __or_<is_void<_From>, is_function<_To>,
1420 typedef typename is_void<_To>::type type;
[all …]
/netbsd-src/external/apache2/llvm/dist/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 ||
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc761 RETURN_NULL_IF_FAIL (!element_type->is_void (), ctxt, loc, in gcc_jit_context_new_array_type()
793 !type->is_void (), in gcc_jit_context_new_field()
1068 RETURN_NULL_IF_FAIL_PRINTF1 (!param_types[i]->is_void (), in gcc_jit_context_new_function_ptr_type()
1098 RETURN_NULL_IF_FAIL_PRINTF1 (!type->is_void (), in gcc_jit_context_new_param()
1408 !type->is_void (), in gcc_jit_context_new_global()
1554 !rv_type->is_void (), in gcc_jit_context_new_struct_constructor()
1606 !rv_type->is_void (), in gcc_jit_context_new_union_constructor()
2646 !underlying_type->is_void (), in gcc_jit_rvalue_dereference()
2770 !type->is_void (), in gcc_jit_function_new_local()
3948 RETURN_NULL_IF_FAIL (!type->is_void (), ctxt, NULL, "void type"); in gcc_jit_type_get_aligned()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits229 struct is_void;
251 is_void<_NestedType>,
283 /// is_void
285 struct is_void
592 : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
600 is_void<_Tp>>>::type
884 bool = __or_<is_void<_Tp>,
938 bool = __or_<is_void<_Tp>,
1451 bool = __or_<is_void<_From>, is_function<_To>,
1455 typedef typename is_void<_To>::type type;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h547 static_assert(!std::is_void<Result>::value,
632 static_assert(std::is_void<Result>::value, "Result should be void.");
855 static_assert(std::is_void<Result>::value, "Result type should be void.");
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dtype_traits34 template <class T> struct is_void;
245 = is_void<T>::value; // C++17
723 // is_void
728 struct _LIBCPP_TEMPLATE_VIS is_void : _BoolConstant<__is_void(_Tp)> { };
737 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_void
743 = is_void<_Tp>::value;
1129 : public integral_constant<bool, !is_void<_Tp>::value &&
1180 : public integral_constant<bool, is_void<_Tp>::value ||
1747 bool _IsVoid = is_void<_Tp>::value>
1823 _And<is_void<_To>, is_void<_Fm>>,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c1529 int is_void = 0; in aarch64_simd_expand_builtin() local
1532 is_void = !!(d->qualifiers[0] & qualifier_void); in aarch64_simd_expand_builtin()
1534 num_args += is_void; in aarch64_simd_expand_builtin()
1546 int operands_k = k - is_void; in aarch64_simd_expand_builtin()
1580 (target, icode, !is_void, exp, &args[1], d->mode); in aarch64_simd_expand_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc2037 int is_void = 0; in aarch64_simd_expand_builtin() local
2040 is_void = !!(d->qualifiers[0] & qualifier_void); in aarch64_simd_expand_builtin()
2042 num_args += is_void; in aarch64_simd_expand_builtin()
2054 int operands_k = k - is_void; in aarch64_simd_expand_builtin()
2088 (target, icode, !is_void, exp, &args[1], d->mode); in aarch64_simd_expand_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtype_traits56 constexpr bool is_void_v = is_void<_Tp>::value;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c3247 int is_void = 0; in arm_expand_builtin_1() local
3258 is_void = !!(d->qualifiers[0] & qualifier_void); in arm_expand_builtin_1()
3260 num_args += is_void; in arm_expand_builtin_1()
3272 int operands_k = k - is_void; in arm_expand_builtin_1()
3312 (target, d->mode, fcode, icode, !is_void, exp, in arm_expand_builtin_1()

123