| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_union_eval.c | 61 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 D | isl_pw_eval.c | 54 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 D | isl_point.c | 426 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 D | type_traits | 98 /// 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 D | type_traits | 98 /// 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 D | invoke.h | 121 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY() 127 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
|
| H A D | ptr_traits.h | 98 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 D | invoke.h | 120 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY() 126 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
|
| H A D | ptr_traits.h | 76 = typename conditional<is_void<_Tp>::value, __undefined, _Tp>::type; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/cddl/osnet/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 129 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 D | unique_ptr.h | 52 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 D | pch.c | 53 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 D | pch.cc | 53 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 D | type_traits | 193 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 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 ||
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 761 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 D | type_traits | 229 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 D | gmock-actions.h | 547 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 D | type_traits | 34 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 D | aarch64-builtins.c | 1529 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 D | aarch64-builtins.cc | 2037 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 D | type_traits | 56 constexpr bool is_void_v = is_void<_Tp>::value;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-builtins.c | 3247 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()
|