Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_signed.h24 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 DABIMacOSX_i386.cpp126 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 DABISysV_x86_64.cpp193 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 DABIWindows_x86_64.cpp207 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 DABISysV_i386.cpp145 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 DDumpDataExtractor.cpp100 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 Dis_signed.h26 struct _LIBCPP_TEMPLATE_VIS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_signed.h25 struct _LIBCPP_NO_SPECIALIZATIONS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp327 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 Ddb_access.c53 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 DABIMacOSX_arm.cpp1448 bool is_signed = false; in GetArgumentValues() local
1550 bool is_signed; in GetReturnValueObjectImpl() local
1697 bool is_signed; in SetReturnValueObject() local
H A DABISysV_arm.cpp1451 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 DABISysV_ppc.cpp313 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 DABISysV_ppc64.cpp201 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 DABISysV_s390x.cpp282 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 DABISysV_riscv.cpp383 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 DABISysV_loongarch.cpp262 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 DTypeSystem.h189 bool &is_signed) { in IsEnumerationType()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c151 size_t write_size, loff_t *ppos, bool is_signed) in simple_attr_write_common()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp163 bool is_signed = false; in GetItemFormatForFormat() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp147 bool is_signed = false; in GetArgumentValues() local
612 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
H A DABISysV_arm64.cpp214 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 DABISysV_mips.cpp710 bool is_signed; in SetReturnValueObject() local
798 bool is_signed = false; in GetReturnValueObjectImpl() local
H A DABISysV_mips64.cpp775 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 Dbhnd_nvram_value_prf.c524 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local

12