Searched refs:is_unsigned (Results 1 - 25 of 72) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcharconv.h50 static_assert(is_unsigned<_Tp>::value, "implementation bug");
75 static_assert(is_unsigned<_Tp>::value, "implementation bug");
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcharconv.h50 static_assert(is_unsigned<_Tp>::value, "implementation bug");
75 static_assert(is_unsigned<_Tp>::value, "implementation bug");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCheckedArithmetic.h85 std::enable_if_t<std::is_unsigned<T>::value, llvm::Optional<T>>
94 std::enable_if_t<std::is_unsigned<T>::value, llvm::Optional<T>>
103 std::enable_if_t<std::is_unsigned<T>::value, llvm::Optional<T>>
H A DMathExtras.h249 static_assert(std::is_unsigned<T>::value, "Invalid type!");
794 std::enable_if_t<std::is_unsigned<T>::value, T> AbsoluteDifference(T X, T Y) {
802 std::enable_if_t<std::is_unsigned<T>::value, T>
819 std::enable_if_t<std::is_unsigned<T>::value, T>
865 std::enable_if_t<std::is_unsigned<T>::value, T>
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitfields.h120 template <typename T, unsigned Bits, bool = std::is_unsigned<T>::value>
122 static_assert(std::is_unsigned<T>::value, "T is unsigned");
157 static_assert(std::is_unsigned<StorageType>::value,
242 std::is_unsigned<IntegerType>::value,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-taint.cc237 bool is_unsigned = false; local
239 is_unsigned = TYPE_UNSIGNED (TREE_TYPE (arg));
245 is_unsigned
256 if (!is_unsigned)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h214 static std::enable_if_t<std::is_unsigned<T>::value, bool> CheckAddUB(T A, T B,
227 static std::enable_if_t<std::is_unsigned<T>::value, bool> CheckSubUB(T A, T B,
240 static std::enable_if_t<std::is_unsigned<T>::value, bool> CheckMulUB(T A, T B,
253 static std::enable_if_t<std::is_unsigned<T>::value, bool>
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dloongarch-coder.c24 is_unsigned (const char *c_str) function
45 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dloongarch-coder.c24 is_unsigned (const char *c_str) function
45 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dloongarch.h140 extern int is_unsigned (const char *);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dloongarch.h140 extern int is_unsigned (const char *);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcu.c117 addr_type = addr_sized_int_type (addr_type->is_unsigned ());
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc728 int is_unsigned, unsigned long size_in_bytes,
735 gcc_assert (!TYPE_UNSIGNED (result) == !is_unsigned);
747 int is_unsigned, unsigned long size_in_bytes) argument
750 is_unsigned);
752 return plugin_int_check (self, is_unsigned, size_in_bytes, result);
757 int is_unsigned, unsigned long size_in_bytes,
761 return plugin_int_type_v0 (self, is_unsigned, size_in_bytes);
766 return plugin_int_check (self, is_unsigned, size_in_bytes, result);
718 plugin_int_check(cc1_plugin::connection *self, int is_unsigned, unsigned long size_in_bytes, tree result) argument
737 plugin_int_type_v0(cc1_plugin::connection *self, int is_unsigned, unsigned long size_in_bytes) argument
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc566 int is_unsigned, unsigned long size_in_bytes,
573 gcc_assert (!TYPE_UNSIGNED (result) == !is_unsigned);
585 int is_unsigned, unsigned long size_in_bytes)
588 is_unsigned);
590 return plugin_int_check (self, is_unsigned, size_in_bytes, result); argument
595 int is_unsigned, unsigned long size_in_bytes,
599 return plugin_int_type_v0 (self, is_unsigned, size_in_bytes);
604 return plugin_int_check (self, is_unsigned, size_in_bytes, result);
561 plugin_int_check(cc1_plugin::connection *self, int is_unsigned, unsigned long size_in_bytes, tree result) argument
580 plugin_int_type_v0(cc1_plugin::connection *self, int is_unsigned, unsigned long size_in_bytes) argument
/netbsd-current/external/bsd/top/dist/
H A Dap_snprintf.c342 * of the number (always set to FALSE if is_unsigned is TRUE)
352 static char *conv_10(register wide_int num, register bool_int is_unsigned, argument
359 if (is_unsigned) {
399 static char *conv_10_quad(widest_int num, register bool_int is_unsigned, argument
411 if ((num <= ULONG_MAX && is_unsigned) || (num <= LONG_MAX && !is_unsigned))
412 return(conv_10( (wide_int)num, is_unsigned, is_negative,
415 if (is_unsigned) {
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c133 int_type = context->plugin ().int_type_v0 (type->is_unsigned (),
202 return context->plugin ().int_type (type->is_unsigned (),
207 return context->plugin ().int_type_v0 (type->is_unsigned (),
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Denum-flags.h172 gdb_static_assert (std::is_unsigned<underlying_type>::value);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c781 if (type1->is_unsigned ())
800 if (type2->is_unsigned ())
851 type_byte_order (type1), type1->is_unsigned (),
854 type_byte_order (type2), type2->is_unsigned (),
865 type1->is_unsigned (),
948 else if (type1->is_unsigned ())
950 else if (type2->is_unsigned ())
1096 if (!shift_count_type->is_unsigned () && (LONGEST) shift_count < 0)
1240 if (result_type->is_unsigned ())
1615 || eltype1->is_unsigned () !
[all...]
H A Dopencl-lang.c57 && type->target_type ()->is_unsigned () == flag_unsigned
292 elm_type->is_unsigned (), n);
559 || eltype1->is_unsigned () != eltype2->is_unsigned ()
823 || eltype2->is_unsigned () != eltype3->is_unsigned ()
H A Dgdbtypes.c961 result_type->set_is_unsigned (index_type->is_unsigned ());
962 else if (index_type->is_unsigned ())
1111 if (!type->is_unsigned ())
1178 if (!type->is_unsigned ())
1915 gdb_assert (type->code () == TYPE_CODE_INT && type->is_unsigned ());
1932 gdb_assert (type->code () == TYPE_CODE_INT && !type->is_unsigned ());
2519 variant::matches (ULONGEST value, bool is_unsigned) const
2522 if (range.contains (value, is_unsigned))
2623 && variant.matches (*discr_value, part.is_unsigned))
4341 || type1->is_unsigned () !
[all...]
H A Dgdbtypes.h223 bool contains (ULONGEST value, bool is_unsigned) const
225 if (is_unsigned)
265 bool matches (ULONGEST value, bool is_unsigned) const;
282 bool is_unsigned; member in struct:variant_part
1063 bool is_unsigned () const function in struct:type
1068 void set_is_unsigned (bool is_unsigned) argument
1070 this->main_type->m_flag_unsigned = is_unsigned;
H A Dax-gdb.c343 if (!type->is_unsigned ())
357 ((type->is_unsigned () ? ax_zero_ext : ax_ext) (ax, bits));
771 && type1->is_unsigned ()
772 && !type2->is_unsigned ()));
799 if (from->is_unsigned () != to->is_unsigned ())
807 if (to->is_unsigned ())
1063 ax_simple (ax, value1->type->is_unsigned () ? op_unsigned : op);
1298 ((type->is_unsigned () ? ax_zero_ext : ax_ext) (ax, end - start));
1843 if (to_type->is_unsigned ())
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp52 static_assert(std::is_unsigned<T>::value, "Value is not unsigned!");
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-taint.cc866 bool is_unsigned = false; local
869 is_unsigned = TYPE_UNSIGNED (type);
874 *out = is_unsigned ? BOUNDS_LOWER : BOUNDS_NONE;
882 else if (state == m_has_ub && !is_unsigned)
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-math.c530 if (type->is_unsigned ())
587 if (type->is_unsigned ())

Completed in 297 milliseconds

123