| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_signed.h | 24 struct is_signed : bool_constant<(is_arithmetic_v<T> && (T(-1) < T(0)))> { struct 26 LIBC_INLINE constexpr bool operator()() const { return is_signed::value; } in operator() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 126 bool is_signed, Process *process, in ReadIntegerArgument() 171 bool is_signed; in GetArgumentValues() local 200 bool is_signed; in SetReturnValueObject() local 276 bool is_signed; in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_x86_64.cpp | 193 bool is_signed, Thread &thread, in ReadIntegerArgument() 277 bool is_signed; in GetArgumentValues() local 309 bool is_signed; in SetReturnValueObject() local 421 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 589 bool is_signed; in FlattenAggregateType() local 698 bool is_signed; in GetReturnValueObjectImpl() local
|
| H A D | ABIWindows_x86_64.cpp | 207 bool is_signed, Thread &thread, in ReadIntegerArgument() 282 bool is_signed; in GetArgumentValues() local 314 bool is_signed; in SetReturnValueObject() local 427 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 560 bool is_signed; in FlattenAggregateType() local 673 bool is_signed; in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_i386.cpp | 145 bool is_signed, Process *process, in ReadIntegerArgument() 188 bool is_signed; in GetArgumentValues() local 403 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); in GetReturnValueObjectSimple() local
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 100 bool is_signed, unsigned radix) { in DumpAPInt() 446 const bool is_signed = false; in DumpDataExtractor() local 506 const bool is_signed = true; in DumpDataExtractor() local 518 const bool is_signed = false; in DumpDataExtractor() local 530 const bool is_signed = false; in DumpDataExtractor() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | is_signed.h | 26 struct _LIBCPP_TEMPLATE_VIS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_signed.h | 25 struct _LIBCPP_NO_SPECIALIZATIONS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 327 bool is_signed = false; in SetReturnValueObject() local 376 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 385 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger() 467 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 535 const bool is_signed = false; // IR Type doesn't provide this info. in GetReturnValueObjectImpl() local
|
| /freebsd/sys/ddb/ |
| H A D | db_access.c | 53 db_get_value(db_addr_t addr, int size, bool is_signed) in db_get_value()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1448 bool is_signed = false; in GetArgumentValues() local 1550 bool is_signed; in GetReturnValueObjectImpl() local 1697 bool is_signed; in SetReturnValueObject() local
|
| H A D | ABISysV_arm.cpp | 1451 bool is_signed = false; in GetArgumentValues() local 1551 bool is_signed; in GetReturnValueObjectImpl() local 1843 bool is_signed; in SetReturnValueObject() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 313 bool is_signed, Thread &thread, in ReadIntegerArgument() 402 bool is_signed; in GetArgumentValues() local 428 bool is_signed; in SetReturnValueObject() local 533 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 696 bool is_signed; in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_ppc64.cpp | 201 bool is_signed, Thread &thread, in ReadIntegerArgument() 279 bool is_signed; in GetArgumentValues() local 311 bool is_signed; in SetReturnValueObject() local 598 bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetIntegerValue() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 282 bool is_signed, Thread &thread, in ReadIntegerArgument() 363 bool is_signed; in GetArgumentValues() local 395 bool is_signed; in SetReturnValueObject() local 505 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 383 bool is_signed = false; in SetReturnValueObject() local 438 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 447 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger() 549 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetValObjFromIntRegs() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.cpp | 262 bool is_signed = false; in SetReturnValueObject() local 325 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 335 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 189 bool &is_signed) { in IsEnumerationType()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_simple_attr.c | 151 size_t write_size, loff_t *ppos, bool is_signed) in simple_attr_write_common()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 163 bool is_signed = false; in GetItemFormatForFormat() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 147 bool is_signed = false; in GetArgumentValues() local 612 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_arm64.cpp | 214 bool is_signed = false; in GetArgumentValues() local 652 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 710 bool is_signed; in SetReturnValueObject() local 798 bool is_signed = false; in GetReturnValueObjectImpl() local
|
| H A D | ABISysV_mips64.cpp | 775 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 1030 bool is_signed; in GetReturnValueObjectImpl() local
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value_prf.c | 524 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local
|