| /NextBSD/contrib/libstdc++/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 …]
|
| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_limits.h | 206 static const bool is_signed = false; member 328 static const bool is_signed = false; 382 static const bool is_signed = __glibcxx_signed (char); 433 static const bool is_signed = true; 484 static const bool is_signed = false; 535 static const bool is_signed = __glibcxx_signed (wchar_t); 586 static const bool is_signed = true; 637 static const bool is_signed = false; 688 static const bool is_signed = true; 739 static const bool is_signed = false; [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ |
| HD | ABISysV_ppc.cpp | 361 bool is_signed, in ReadIntegerArgument() argument 374 if (is_signed) in ReadIntegerArgument() 381 …rocess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error)) in ReadIntegerArgument() 442 bool is_signed; in GetArgumentValues() local 444 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 448 is_signed, in GetArgumentValues() 488 bool is_signed; in SetReturnValueObject() local 495 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 593 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 600 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ |
| HD | ABISysV_ppc64.cpp | 361 bool is_signed, in ReadIntegerArgument() argument 374 if (is_signed) in ReadIntegerArgument() 381 …rocess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error)) in ReadIntegerArgument() 442 bool is_signed; in GetArgumentValues() local 444 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 448 is_signed, in GetArgumentValues() 488 bool is_signed; in SetReturnValueObject() local 495 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 593 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 600 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| HD | ABIMacOSX_i386.cpp | 500 bool is_signed, in ReadIntegerArgument() argument 507 …if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, err… in ReadIntegerArgument() 551 bool is_signed; in GetArgumentValues() local 553 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 557 is_signed, in GetArgumentValues() 594 bool is_signed; in SetReturnValueObject() local 601 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 672 bool is_signed; in GetReturnValueObjectImpl() local 674 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 691 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ |
| HD | ABISysV_x86_64.cpp | 429 bool is_signed, in ReadIntegerArgument() argument 442 if (is_signed) in ReadIntegerArgument() 449 …rocess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error)) in ReadIntegerArgument() 508 bool is_signed; in GetArgumentValues() local 510 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 514 is_signed, in GetArgumentValues() 554 bool is_signed; in SetReturnValueObject() local 561 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 663 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 670 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTContext.h | 443 GetIntTypeFromBitSize (size_t bit_size, bool is_signed) in GetIntTypeFromBitSize() argument 445 return GetIntTypeFromBitSize (getASTContext(), bit_size, is_signed); in GetIntTypeFromBitSize() 450 size_t bit_size, bool is_signed); 453 GetPointerSizedIntType (bool is_signed) in GetPointerSizedIntType() argument 455 return GetPointerSizedIntType (getASTContext(), is_signed); in GetPointerSizedIntType() 459 GetPointerSizedIntType (clang::ASTContext *ast, bool is_signed);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ |
| HD | ABISysV_i386.cpp | 342 bool is_signed, in ReadIntegerArgument() argument 352 …if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, err… in ReadIntegerArgument() 393 bool is_signed; in GetArgumentValues() local 394 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 398 is_signed, in GetArgumentValues() 471 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); in GetReturnValueObjectSimple() local 486 if (is_signed) in GetReturnValueObjectSimple() 494 if (is_signed) in GetReturnValueObjectSimple() 502 if (is_signed) in GetReturnValueObjectSimple() 510 if (is_signed) in GetReturnValueObjectSimple()
|
| /NextBSD/contrib/libc++/include/ |
| D | limits | 32 static constexpr bool is_signed = false; 154 static _LIBCPP_CONSTEXPR const bool is_signed = false; 185 template <class _Tp, int digits, bool is_signed> 205 static _LIBCPP_CONSTEXPR const bool is_signed = type(-1) < type(0); 206 …ic _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_signed); 209 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value; 210 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0); 238 static _LIBCPP_CONSTEXPR const bool is_modulo = !_VSTD::is_signed<_Tp>::value; 257 static _LIBCPP_CONSTEXPR const bool is_signed = false; 305 static _LIBCPP_CONSTEXPR const bool is_signed = true; [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ |
| HD | ABISysV_mips.cpp | 337 bool is_signed; in SetReturnValueObject() local 344 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 426 bool is_signed; in GetReturnValueObjectImpl() local 431 if (return_clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 445 if (is_signed) in GetReturnValueObjectImpl() 452 if (is_signed) in GetReturnValueObjectImpl() 458 if (is_signed) in GetReturnValueObjectImpl() 464 if (is_signed) in GetReturnValueObjectImpl()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | ScaledNumber.h | 55 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getRounded() 82 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); 116 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getProduct() 155 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getQuotient() 190 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getLgImpl() 253 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in compare() 289 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in matchScales() 335 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getSum() 375 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned"); in getDifference() 495 static_assert(!std::numeric_limits<DigitsT>::is_signed,
|
| HD | MathExtras.h | 111 !std::numeric_limits<T>::is_signed, 180 !std::numeric_limits<T>::is_signed, 393 !std::numeric_limits<T>::is_signed, 409 !std::numeric_limits<T>::is_signed, 451 !std::numeric_limits<T>::is_signed,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| HD | ABIMacOSX_arm.cpp | 339 bool is_signed = false; in GetArgumentValues() local 341 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 384 if (is_signed) in GetArgumentValues() 406 …!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetScala… in GetArgumentValues() 438 bool is_signed; in GetReturnValueObjectImpl() local 444 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 458 if (is_signed) in GetReturnValueObjectImpl() 465 if (is_signed) in GetReturnValueObjectImpl() 471 if (is_signed) in GetReturnValueObjectImpl() 477 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| HD | ABISysV_arm.cpp | 339 bool is_signed = false; in GetArgumentValues() local 341 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 368 if (is_signed) in GetArgumentValues() 390 …!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetScala… in GetArgumentValues() 422 bool is_signed; in GetReturnValueObjectImpl() local 432 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 444 if (is_signed) in GetReturnValueObjectImpl() 451 if (is_signed) in GetReturnValueObjectImpl() 457 if (is_signed) in GetReturnValueObjectImpl() 463 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /NextBSD/sys/ddb/ |
| HD | db_access.c | 57 db_get_value(db_addr_t addr, int size, bool is_signed) in db_get_value() argument 80 if (is_signed && (value & db_extend[size]) != 0) in db_get_value()
|
| HD | db_access.h | 39 db_expr_t db_get_value(db_addr_t addr, int size, bool is_signed);
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | VectorType.cpp | 160 bool is_signed = false; in GetItemFormatForFormat() local 161 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat() 162 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format; in GetItemFormatForFormat()
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | packed_data.c | 72 svn_boolean_t is_signed; member 160 private_data->is_signed = signed_ints; in svn_packed__create_int_stream() 200 private_data->is_signed = signed_ints; in svn_packed__create_int_substream() 354 if (!private_data->diff && private_data->is_signed) in svn_packed__data_flush_buffer() 435 + (private_data->is_signed ? 2 : 0)); in write_int_stream_structure() 843 if (!private_data->diff && private_data->is_signed) in svn_packed__data_fill_buffer() 900 private_data->is_signed = (value & 2) != 0; in read_int_stream_structure()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ |
| HD | ABISysV_mips64.cpp | 408 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 415 if (is_signed) in GetReturnValueObjectImpl() 423 if (is_signed) in GetReturnValueObjectImpl() 431 if (is_signed) in GetReturnValueObjectImpl() 439 if (is_signed) in GetReturnValueObjectImpl()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | PackedVector.h | 76 std::numeric_limits<T>::is_signed> { 79 std::numeric_limits<T>::is_signed> base;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ |
| HD | ABISysV_arm64.cpp | 319 bool is_signed = false; in GetArgumentValues() local 321 if (value_type.IsIntegerType (is_signed)) in GetArgumentValues() 349 if (is_signed) in GetArgumentValues() 372 …!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetScala… in GetArgumentValues() 870 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 912 if (is_signed) in GetReturnValueObjectImpl() 920 if (is_signed) in GetReturnValueObjectImpl() 928 if (is_signed) in GetReturnValueObjectImpl() 936 if (is_signed) in GetReturnValueObjectImpl()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | DataExtractor.cpp | 1359 …taExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) in DumpAPInt() argument 1364 std::string apint_str(apint.toString(radix, is_signed)); in DumpAPInt() 1533 const bool is_signed = false; in Dump() local 1535 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1602 const bool is_signed = true; in Dump() local 1604 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1613 const bool is_signed = false; in Dump() local 1615 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1624 const bool is_signed = false; in Dump() local 1626 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ |
| HD | ABIMacOSX_arm64.cpp | 328 bool is_signed = false; in GetArgumentValues() local 330 if (value_type.IsIntegerType (is_signed)) in GetArgumentValues() 377 if (is_signed) in GetArgumentValues() 399 …!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetScala… in GetArgumentValues() 899 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 940 if (is_signed) in GetReturnValueObjectImpl() 948 if (is_signed) in GetReturnValueObjectImpl() 956 if (is_signed) in GetReturnValueObjectImpl() 964 if (is_signed) in GetReturnValueObjectImpl()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| HD | EmulateInstructionARM64.cpp | 668 boolean is_signed = false; in Emulate_ldstpair() local 685 is_signed = (opc & 1) != 0; in Emulate_ldstpair() 686 if (is_signed && memop == MemOp_STORE) in Emulate_ldstpair() 835 if (!vector && is_signed && !data_Rt.SignExtend (datasize)) in Emulate_ldstpair() 850 if (!vector && is_signed && !data_Rt2.SignExtend (datasize)) in Emulate_ldstpair()
|
| /NextBSD/contrib/libstdc++/include/tr1/ |
| D | type_traits | 373 struct is_signed 375 _DEFINE_SPEC(0, is_signed, signed char, true) 376 _DEFINE_SPEC(0, is_signed, short, true) 377 _DEFINE_SPEC(0, is_signed, int, true) 378 _DEFINE_SPEC(0, is_signed, long, true) 379 _DEFINE_SPEC(0, is_signed, long long, true)
|