| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | limits.cc | 44 const bool __numeric_limits_base::is_signed; member in std::__numeric_limits_base 68 const bool numeric_limits<bool>::is_signed; member in std::numeric_limits<bool> 92 const bool numeric_limits<char>::is_signed; member in std::numeric_limits<char> 116 const bool numeric_limits<signed char>::is_signed; member in std::numeric_limits<signed char> 140 const bool numeric_limits<unsigned char>::is_signed; member in std::numeric_limits<unsigned char> 166 const bool numeric_limits<wchar_t>::is_signed; member in std::numeric_limits<wchar_t> 191 const bool numeric_limits<short>::is_signed; member in std::numeric_limits<short> 215 const bool numeric_limits<unsigned short>::is_signed; member in std::numeric_limits<unsigned short> 239 const bool numeric_limits<int>::is_signed; member in std::numeric_limits<int> 263 const bool numeric_limits<unsigned int>::is_signed; member in std::numeric_limits<unsigned int> [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | limits.cc | 44 const bool __numeric_limits_base::is_signed; member in __numeric_limits_base 68 const bool numeric_limits<bool>::is_signed; member in numeric_limits<bool> 92 const bool numeric_limits<char>::is_signed; member in numeric_limits<char> 116 const bool numeric_limits<signed char>::is_signed; member in numeric_limits<signed char> 140 const bool numeric_limits<unsigned char>::is_signed; member in numeric_limits<unsigned char> 166 const bool numeric_limits<wchar_t>::is_signed; member in numeric_limits<wchar_t> 191 const bool numeric_limits<short>::is_signed; member in numeric_limits<short> 215 const bool numeric_limits<unsigned short>::is_signed; member in numeric_limits<unsigned short> 239 const bool numeric_limits<int>::is_signed; member in numeric_limits<int> 263 const bool numeric_limits<unsigned int>::is_signed; member in numeric_limits<unsigned int> [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/18_support/ |
| D | numeric_limits.cc | 93 VERIFY( std::numeric_limits<char>::is_signed == char_is_signed ); in test_sign() 94 VERIFY( std::numeric_limits<signed char>::is_signed == true ); in test_sign() 95 VERIFY( std::numeric_limits<unsigned char>::is_signed == false ); in test_sign() 96 VERIFY( std::numeric_limits<short>::is_signed == true ); in test_sign() 97 VERIFY( std::numeric_limits<unsigned short>::is_signed == false ); in test_sign() 98 VERIFY( std::numeric_limits<int>::is_signed == true ); in test_sign() 99 VERIFY( std::numeric_limits<unsigned>::is_signed == false ); in test_sign() 100 VERIFY( std::numeric_limits<long>::is_signed == true ); in test_sign() 101 VERIFY( std::numeric_limits<unsigned long>::is_signed == false ); in test_sign() 102 VERIFY( std::numeric_limits<float>::is_signed == true ); in test_sign() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| D | ABIMacOSX_i386.cpp | 126 bool is_signed, Process *process, in ReadIntegerArgument() argument 132 is_signed, scalar, error)) { in ReadIntegerArgument() 170 bool is_signed; in GetArgumentValues() local 171 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 172 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, in GetArgumentValues() 199 bool is_signed; in SetReturnValueObject() local 206 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 274 bool is_signed; in GetReturnValueObjectImpl() local 276 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 299 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| D | ABIWindows_x86_64.cpp | 207 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 218 if (is_signed) in ReadIntegerArgument() 225 current_stack_argument, byte_size, is_signed, scalar, error)) { in ReadIntegerArgument() 281 bool is_signed; in GetArgumentValues() local 283 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 284 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues() 313 bool is_signed; in SetReturnValueObject() local 320 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 424 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 430 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| D | ABISysV_x86_64.cpp | 192 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 203 if (is_signed) in ReadIntegerArgument() 209 current_stack_argument, byte_size, is_signed, scalar, error)) { in ReadIntegerArgument() 275 bool is_signed; in GetArgumentValues() local 277 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 278 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues() 307 bool is_signed; in SetReturnValueObject() local 314 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 417 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 423 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| D | ABISysV_i386.cpp | 145 bool is_signed, Process *process, in ReadIntegerArgument() argument 154 is_signed, scalar, error)) { in ReadIntegerArgument() 187 bool is_signed; in GetArgumentValues() local 188 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 189 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, in GetArgumentValues() 398 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); in GetReturnValueObjectSimple() local 417 if (is_signed) in GetReturnValueObjectSimple() 425 if (is_signed) in GetReturnValueObjectSimple() 433 if (is_signed) in GetReturnValueObjectSimple() 441 if (is_signed) in GetReturnValueObjectSimple()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_limits.h | 177 static const bool is_signed = false; member 229 static const bool is_signed = false; 282 static const bool is_signed = __glibcpp_signed (char); 332 static const bool is_signed = true; 382 static const bool is_signed = false; 432 static const bool is_signed = __glibcpp_signed (wchar_t); 482 static const bool is_signed = true; 532 static const bool is_signed = false; 582 static const bool is_signed = true; 632 static const bool is_signed = false; [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_limits.h | 207 static const bool is_signed = false; member 329 static const bool is_signed = false; 383 static const bool is_signed = true; 434 static const bool is_signed = false; 489 static const bool is_signed = __glibcxx_signed (char); 540 static const bool is_signed = __glibcxx_signed (wchar_t); 591 static const bool is_signed = true; 642 static const bool is_signed = false; 693 static const bool is_signed = true; 744 static const bool is_signed = false; [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| D | ABISysV_ppc.cpp | 312 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 323 if (is_signed) in ReadIntegerArgument() 329 current_stack_argument, byte_size, is_signed, scalar, error)) { in ReadIntegerArgument() 400 bool is_signed; in GetArgumentValues() local 401 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 402 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues() 430 bool is_signed; in SetReturnValueObject() local 437 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 535 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 541 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| D | ABISysV_ppc64.cpp | 201 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 212 if (is_signed) in ReadIntegerArgument() 218 current_stack_argument, byte_size, is_signed, scalar, error)) { in ReadIntegerArgument() 278 bool is_signed; in GetArgumentValues() local 280 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 281 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues() 310 bool is_signed; in SetReturnValueObject() local 317 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 596 bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetIntegerValue() local 600 if (is_signed) in GetIntegerValue() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
| D | ABISysV_s390x.cpp | 282 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 293 if (is_signed) in ReadIntegerArgument() 299 current_stack_argument + 8 - byte_size, byte_size, is_signed, in ReadIntegerArgument() 362 bool is_signed; in GetArgumentValues() local 364 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 365 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues() 394 bool is_signed; in SetReturnValueObject() local 401 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 502 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 508 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ |
| D | ABISysV_arc.cpp | 327 bool is_signed = false; in SetReturnValueObject() local 328 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) && in SetReturnValueObject() 375 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() argument 377 if (is_signed) in SetInteger() 384 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger() argument 390 SetInteger<uint64_t>(scalar, raw_value, is_signed); in SetSizedInteger() 394 SetInteger<uint32_t>(scalar, raw_value, is_signed); in SetSizedInteger() 398 SetInteger<uint16_t>(scalar, raw_value, is_signed); in SetSizedInteger() 402 SetInteger<uint8_t>(scalar, raw_value, is_signed); in SetSizedInteger() 464 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | CheckedArithmetic.h | 47 std::enable_if_t<std::is_signed<T>::value, std::optional<T>> 56 std::enable_if_t<std::is_signed<T>::value, std::optional<T>> 65 std::enable_if_t<std::is_signed<T>::value, std::optional<T>> 74 std::enable_if_t<std::is_signed<T>::value, std::optional<T>>
|
| D | ScaledNumber.h | 54 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getRounded() 81 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); 115 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getProduct() 154 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getQuotient() 189 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getLgImpl() 252 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in compare() 288 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in matchScales() 334 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getSum() 374 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getDifference() 494 static_assert(!std::numeric_limits<DigitsT>::is_signed,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | init3.C | 5 static const bool is_signed = true ; member 6 static const int digits = is_signed ? 8 *sizeof(wchar_t)-1 : 0;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ |
| D | ABIMacOSX_arm64.cpp | 149 bool is_signed = false; in GetArgumentValues() local 151 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 202 if (is_signed) in GetArgumentValues() 222 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 669 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 711 if (is_signed) in GetReturnValueObjectImpl() 719 if (is_signed) in GetReturnValueObjectImpl() 727 if (is_signed) in GetReturnValueObjectImpl() 735 if (is_signed) in GetReturnValueObjectImpl()
|
| D | ABISysV_arm64.cpp | 148 bool is_signed = false; in GetArgumentValues() local 153 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 173 if (is_signed) in GetArgumentValues() 194 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 640 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 683 if (is_signed) in GetReturnValueObjectImpl() 691 if (is_signed) in GetReturnValueObjectImpl() 699 if (is_signed) in GetReturnValueObjectImpl() 707 if (is_signed) in GetReturnValueObjectImpl()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | limits | 31 static constexpr bool is_signed = false; 108 #include <__type_traits/is_signed.h> 152 static _LIBCPP_CONSTEXPR const bool is_signed = false; 203 static _LIBCPP_CONSTEXPR const bool is_signed = type(-1) < type(0); 204 …ic _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_signed); 207 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value; 208 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0); 236 static _LIBCPP_CONSTEXPR const bool is_modulo = !_VSTD::is_signed<_Tp>::value; 256 static _LIBCPP_CONSTEXPR const bool is_signed = false; 304 static _LIBCPP_CONSTEXPR const bool is_signed = true; [all …]
|
| /openbsd/src/sys/ddb/ |
| D | db_access.c | 45 db_get_value(vaddr_t addr, size_t size, int is_signed) in db_get_value() argument 67 if (size < sizeof(db_expr_t) && is_signed && (value & extend)) in db_get_value()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | DumpDataExtractor.cpp | 100 bool is_signed, unsigned radix) { in DumpAPInt() argument 103 std::string apint_str = toString(*apint, radix, is_signed); in DumpAPInt() 445 const bool is_signed = false; in DumpDataExtractor() local 447 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix); in DumpDataExtractor() 505 const bool is_signed = true; in DumpDataExtractor() local 507 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix); in DumpDataExtractor() 517 const bool is_signed = false; in DumpDataExtractor() local 519 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix); in DumpDataExtractor() 529 const bool is_signed = false; in DumpDataExtractor() local 531 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix); in DumpDataExtractor()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
| D | ABISysV_mips.cpp | 678 bool is_signed; in SetReturnValueObject() local 685 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 765 bool is_signed = false; in GetReturnValueObjectImpl() local 774 if (return_compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 785 if (is_signed) in GetReturnValueObjectImpl() 791 if (is_signed) in GetReturnValueObjectImpl() 799 if (is_signed) in GetReturnValueObjectImpl() 807 if (is_signed) in GetReturnValueObjectImpl()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
| D | ABIMacOSX_arm.cpp | 1350 bool is_signed = false; in GetArgumentValues() local 1355 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 1393 if (is_signed) in GetArgumentValues() 1413 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1451 bool is_signed; in GetReturnValueObjectImpl() local 1457 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 1534 if (is_signed) in GetReturnValueObjectImpl() 1540 if (is_signed) in GetReturnValueObjectImpl() 1548 if (is_signed) in GetReturnValueObjectImpl() 1556 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| D | ABISysV_arm.cpp | 1353 bool is_signed = false; in GetArgumentValues() local 1355 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetArgumentValues() 1374 if (is_signed) in GetArgumentValues() 1394 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1452 bool is_signed; in GetReturnValueObjectImpl() local 1469 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 1481 if (is_signed) in GetReturnValueObjectImpl() 1487 if (is_signed) in GetReturnValueObjectImpl() 1495 if (is_signed) in GetReturnValueObjectImpl() 1503 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | PointerEmbeddedInt.h | 64 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) && 73 if (std::is_signed<IntT>::value)
|