/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 126 bool is_signed, Process *process, in ReadIntegerArgument() 170 bool is_signed; in GetArgumentValues() local 199 bool is_signed; in SetReturnValueObject() local 274 bool is_signed; in GetReturnValueObjectImpl() local
|
H A D | ABISysV_x86_64.cpp | 191 bool is_signed, Thread &thread, in ReadIntegerArgument() 274 bool is_signed; in GetArgumentValues() local 306 bool is_signed; in SetReturnValueObject() local 416 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 584 bool is_signed; in FlattenAggregateType() local 692 bool is_signed; in GetReturnValueObjectImpl() local
|
H A D | ABIWindows_x86_64.cpp | 207 bool is_signed, Thread &thread, in ReadIntegerArgument() 281 bool is_signed; in GetArgumentValues() local 313 bool is_signed; in SetReturnValueObject() local 424 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 557 bool is_signed; in FlattenAggregateType() local 669 bool is_signed; in GetReturnValueObjectImpl() local
|
H A D | ABISysV_i386.cpp | 145 bool is_signed, Process *process, in ReadIntegerArgument() 187 bool is_signed; in GetArgumentValues() local 398 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); in GetReturnValueObjectSimple() local
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_signed.h | 26 struct _LIBCPP_TEMPLATE_VIS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 100 bool is_signed, unsigned radix) { in DumpAPInt() 445 const bool is_signed = false; in DumpDataExtractor() local 505 const bool is_signed = true; in DumpDataExtractor() local 517 const bool is_signed = false; in DumpDataExtractor() local 529 const bool is_signed = false; in DumpDataExtractor() 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/ARC/ |
H A D | ABISysV_arc.cpp | 327 bool is_signed = false; in SetReturnValueObject() local 375 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 384 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger() 464 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 530 const bool is_signed = false; // IR Type doesn't provide this info. in GetReturnValueObjectImpl() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1454 bool is_signed = false; in GetArgumentValues() local 1555 bool is_signed; in GetReturnValueObjectImpl() local 1701 bool is_signed; in SetReturnValueObject() local
|
H A D | ABISysV_arm.cpp | 1458 bool is_signed = false; in GetArgumentValues() local 1557 bool is_signed; in GetReturnValueObjectImpl() local 1846 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() 401 bool is_signed; in GetArgumentValues() local 431 bool is_signed; in SetReturnValueObject() local 536 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 698 bool is_signed; in GetReturnValueObjectImpl() local
|
H A D | ABISysV_ppc64.cpp | 201 bool is_signed, Thread &thread, in ReadIntegerArgument() 278 bool is_signed; in GetArgumentValues() local 310 bool is_signed; in SetReturnValueObject() local 594 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() 362 bool is_signed; in GetArgumentValues() local 394 bool is_signed; in SetReturnValueObject() local 502 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 | 306 bool is_signed = false; in SetReturnValueObject() local 360 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 369 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger() 471 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetValObjFromIntRegs() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 189 bool &is_signed) { in IsEnumerationType()
|
/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/Mips/ |
H A D | ABISysV_mips.cpp | 716 bool is_signed; in SetReturnValueObject() local 803 bool is_signed = false; in GetReturnValueObjectImpl() local
|
H A D | ABISysV_mips64.cpp | 778 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 1033 bool is_signed; in GetReturnValueObjectImpl() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 149 bool is_signed = false; in GetArgumentValues() local 660 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
|
H A D | ABISysV_arm64.cpp | 148 bool is_signed = false; in GetArgumentValues() local 631 const bool is_signed = (type_flags & eTypeIsSigned) != 0; 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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 234 bool is_signed = false; in MakeConstantLocationExpression() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 74 bool is_signed; in GetObjectDescription() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 327 bool is_signed = false; // May be reset by the call below. in IsInteger() local 338 bool is_signed = false; // May be reset by the call below. in IsEnumerationType() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 948 bool is_signed = false; in ParseEnum() local 2019 bool is_signed = false; in ParseTemplateDIE() local 2183 bool is_signed = false; in CompleteEnumType() local 2272 lldb_private::CompilerType &clang_type, bool is_signed, in ParseChildEnumerators()
|