| /freebsd-10-stable/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 …]
|
| /freebsd-10-stable/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 …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| D | ABIMacOSX_i386.cpp | 499 bool is_signed, in ReadIntegerArgument() argument 506 …if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, err… in ReadIntegerArgument() 550 bool is_signed; in GetArgumentValues() local 552 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 556 is_signed, in GetArgumentValues() 593 bool is_signed; in SetReturnValueObject() local 600 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 665 bool is_signed; in GetReturnValueObjectImpl() local 667 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 684 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ |
| D | ABISysV_x86_64.cpp | 428 bool is_signed, in ReadIntegerArgument() argument 441 if (is_signed) in ReadIntegerArgument() 448 …rocess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, error)) in ReadIntegerArgument() 507 bool is_signed; in GetArgumentValues() local 509 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues() 513 is_signed, in GetArgumentValues() 553 bool is_signed; in SetReturnValueObject() local 560 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject() 650 const bool is_signed = (type_flags & ClangASTType::eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 657 if (is_signed) in GetReturnValueObjectSimple() [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | MathExtras.h | 48 !std::numeric_limits<T>::is_signed, std::size_t>::type 75 std::numeric_limits<T>::is_signed, std::size_t>::type 119 !std::numeric_limits<T>::is_signed, std::size_t>::type 141 std::numeric_limits<T>::is_signed, std::size_t>::type 185 !std::numeric_limits<T>::is_signed, T>::type 196 std::numeric_limits<T>::is_signed, T>::type 208 !std::numeric_limits<T>::is_signed, T>::type 222 std::numeric_limits<T>::is_signed, T>::type
|
| /freebsd-10-stable/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 …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| D | ABIMacOSX_arm.cpp | 332 bool is_signed = false; in GetArgumentValues() local 334 if (clang_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() 431 bool is_signed; in GetReturnValueObjectImpl() local 437 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl() 451 if (is_signed) in GetReturnValueObjectImpl() 458 if (is_signed) in GetReturnValueObjectImpl() 464 if (is_signed) in GetReturnValueObjectImpl() 470 if (is_signed) in GetReturnValueObjectImpl() [all …]
|
| /freebsd-10-stable/sys/ddb/ |
| D | db_access.c | 57 db_get_value(db_addr_t addr, int size, boolean_t is_signed) in db_get_value() argument 80 if (is_signed && (value & db_extend[size]) != 0) in db_get_value()
|
| D | db_access.h | 39 db_expr_t db_get_value(db_addr_t addr, int size, boolean_t is_signed);
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | 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()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | PackedVector.h | 76 std::numeric_limits<T>::is_signed> { 79 std::numeric_limits<T>::is_signed> base;
|
| D | StringRef.h | 336 typename enable_if_c<std::numeric_limits<T>::is_signed, bool>::type 347 typename enable_if_c<!std::numeric_limits<T>::is_signed, bool>::type
|
| D | SparseSet.h | 202 !std::numeric_limits<SparseT>::is_signed &&
|
| D | SparseMultiSet.h | 358 !std::numeric_limits<SparseT>::is_signed && in findIndex()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | DataExtractor.cpp | 1370 …taExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) in DumpAPInt() argument 1375 std::string apint_str(apint.toString(radix, is_signed)); in DumpAPInt() 1542 const bool is_signed = false; in Dump() local 1544 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1610 const bool is_signed = true; in Dump() local 1612 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1621 const bool is_signed = false; in Dump() local 1623 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump() 1632 const bool is_signed = false; in Dump() local 1634 offset = DumpAPInt (s, *this, offset, item_byte_size, is_signed, radix); in Dump()
|
| D | ValueObject.cpp | 1372 bool is_signed; in GetObjectDescription() local 1373 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType ()) in GetObjectDescription() 2011 ValueObject::IsIntegerType (bool &is_signed) in IsIntegerType() argument 2013 return GetClangType().IsIntegerType (is_signed); in IsIntegerType()
|
| /freebsd-10-stable/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)
|
| D | type_traits_fwd.h | 155 struct is_signed;
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf-eh-frame.c | 166 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) in read_value() argument 173 if (is_signed) in read_value() 179 if (is_signed) in read_value() 185 if (is_signed) in read_value()
|
| /freebsd-10-stable/sys/dev/usb/ |
| D | usb_hid.c | 652 int is_signed) in hid_get_data_sub() argument 684 if (is_signed != 0) in hid_get_data_sub()
|
| /freebsd-10-stable/contrib/libc++/include/experimental/ |
| D | type_traits | 94 = is_signed<T>::value; 294 = is_signed<_Tp>::value;
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| D | ClangASTType.h | 171 IsIntegerType (bool &is_signed) const;
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARF.cpp | 1472 bool is_signed = false; in ParseTemplateDIE() local 1480 clang_type.IsIntegerType (is_signed) && in ParseTemplateDIE() 1483 llvm::APInt apint (lldb_type->GetByteSize() * 8, uval64, is_signed); in ParseTemplateDIE() 2679 bool is_signed = false; in ResolveClangOpaqueTypeDefinition() local 2680 clang_type.IsIntegerType(is_signed); in ResolveClangOpaqueTypeDefinition() 2681 ParseChildEnumerators(sc, clang_type, is_signed, type->GetByteSize(), dwarf_cu, die); in ResolveClangOpaqueTypeDefinition() 4375 bool is_signed, in ParseChildEnumerators() argument 4413 if (is_signed) in ParseChildEnumerators() 6433 bool is_signed = false; in ParseType() local 6434 enumerator_clang_type.IsIntegerType(is_signed); in ParseType() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | IRInterpreter.cpp | 267 const bool is_signed = true; in ResolveConstantValue() local 268 value += APInt(value.getBitWidth(), offset, is_signed); in ResolveConstantValue()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | ValueObject.h | 437 IsIntegerType (bool &is_signed);
|