| /freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | DumpDataExtractor.cpp | 116 bool is_signed, unsigned radix) { in DumpAPInt() 343 const bool is_signed = false; in DumpDataExtractor() local 403 const bool is_signed = true; in DumpDataExtractor() local 415 const bool is_signed = false; in DumpDataExtractor() local 427 const bool is_signed = false; in DumpDataExtractor() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| D | ABIMacOSX_i386.cpp | 125 bool is_signed, Process *process, in ReadIntegerArgument() 169 bool is_signed; in GetArgumentValues() local 198 bool is_signed; in SetReturnValueObject() local 273 bool is_signed; in GetReturnValueObjectImpl() local
|
| D | ABISysV_x86_64.cpp | 189 bool is_signed, Thread &thread, in ReadIntegerArgument() 272 bool is_signed; in GetArgumentValues() local 304 bool is_signed; in SetReturnValueObject() local 414 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 582 bool is_signed; in FlattenAggregateType() local 690 bool is_signed; in GetReturnValueObjectImpl() local
|
| D | ABIWindows_x86_64.cpp | 205 bool is_signed, Thread &thread, in ReadIntegerArgument() 279 bool is_signed; in GetArgumentValues() local 311 bool is_signed; in SetReturnValueObject() local 422 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 555 bool is_signed; in FlattenAggregateType() local 667 bool is_signed; in GetReturnValueObjectImpl() local
|
| D | ABISysV_i386.cpp | 144 bool is_signed, Process *process, in ReadIntegerArgument() 186 bool is_signed; in GetArgumentValues() local 397 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); in GetReturnValueObjectSimple() local
|
| /freebsd-12-stable/sys/ddb/ |
| D | db_access.c | 56 db_get_value(db_addr_t addr, int size, bool is_signed) in db_get_value()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| D | ABISysV_arc.cpp | 328 bool is_signed = false; in SetReturnValueObject() local 377 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() 386 bool is_signed) { in SetSizedInteger() 465 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 531 const bool is_signed = false; // IR Type doesn't provide this info. in GetReturnValueObjectImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| D | ABISysV_ppc.cpp | 312 bool is_signed, Thread &thread, in ReadIntegerArgument() 400 bool is_signed; in GetArgumentValues() local 430 bool is_signed; in SetReturnValueObject() local 535 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local 697 bool is_signed; in GetReturnValueObjectImpl() local
|
| D | ABISysV_ppc64.cpp | 199 bool is_signed, Thread &thread, in ReadIntegerArgument() 276 bool is_signed; in GetArgumentValues() local 308 bool is_signed; in SetReturnValueObject() local 595 bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetIntegerValue() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| 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
|
| D | ABISysV_arm.cpp | 1457 bool is_signed = false; in GetArgumentValues() local 1556 bool is_signed; in GetReturnValueObjectImpl() local 1846 bool is_signed; in SetReturnValueObject() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| D | ABISysV_s390x.cpp | 281 bool is_signed, Thread &thread, in ReadIntegerArgument() 361 bool is_signed; in GetArgumentValues() local 393 bool is_signed; in SetReturnValueObject() local 501 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | TypeSystem.h | 173 bool &is_signed) { in IsEnumerationType()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| D | VectorType.cpp | 159 bool is_signed = false; in GetItemFormatForFormat() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| D | ABIMacOSX_arm64.cpp | 147 bool is_signed = false; in GetArgumentValues() local 670 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
|
| D | ABISysV_arm64.cpp | 146 bool is_signed = false; in GetArgumentValues() local 639 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| D | ABISysV_mips.cpp | 715 bool is_signed; in SetReturnValueObject() local 802 bool is_signed = false; in GetReturnValueObjectImpl() local
|
| D | ABISysV_mips64.cpp | 776 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local 1031 bool is_signed; in GetReturnValueObjectImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | DWARFLocationExpression.cpp | 228 bool is_signed = false; in MakeConstantLocationExpression() local
|
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | bhnd_nvram_value_prf.c | 528 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local
|
| /freebsd-12-stable/contrib/libstdc++/include/std/ |
| D | std_limits.h | 206 static const bool is_signed = false; member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFASTParserClang.cpp | 863 bool is_signed = false; in ParseEnum() local 1890 bool is_signed = false; in ParseTemplateDIE() local 2051 bool is_signed = false; in CompleteEnumType() local 2137 lldb_private::CompilerType &clang_type, bool is_signed, in ParseChildEnumerators()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCClassDescriptorV2.cpp | 563 const bool is_signed = false; in fill() local
|
| D | AppleObjCRuntime.cpp | 71 bool is_signed; in GetObjectDescription() local
|