Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/libstdc++/src/
Dlimits.cc44 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/
DDumpDataExtractor.cpp116 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/
DABIMacOSX_i386.cpp125 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
DABISysV_x86_64.cpp189 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
DABIWindows_x86_64.cpp205 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
DABISysV_i386.cpp144 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/
Ddb_access.c56 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/
DABISysV_arc.cpp328 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/
DABISysV_ppc.cpp312 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
DABISysV_ppc64.cpp199 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/
DABIMacOSX_arm.cpp1454 bool is_signed = false; in GetArgumentValues() local
1555 bool is_signed; in GetReturnValueObjectImpl() local
1701 bool is_signed; in SetReturnValueObject() local
DABISysV_arm.cpp1457 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/
DABISysV_s390x.cpp281 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/
DTypeSystem.h173 bool &is_signed) { in IsEnumerationType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp159 bool is_signed = false; in GetItemFormatForFormat() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABIMacOSX_arm64.cpp147 bool is_signed = false; in GetArgumentValues() local
670 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
DABISysV_arm64.cpp146 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/
DABISysV_mips.cpp715 bool is_signed; in SetReturnValueObject() local
802 bool is_signed = false; in GetReturnValueObjectImpl() local
DABISysV_mips64.cpp776 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/
DDWARFLocationExpression.cpp228 bool is_signed = false; in MakeConstantLocationExpression() local
/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_value_prf.c528 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_limits.h206 static const bool is_signed = false; member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp863 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/
DAppleObjCClassDescriptorV2.cpp563 const bool is_signed = false; in fill() local
DAppleObjCRuntime.cpp71 bool is_signed; in GetObjectDescription() local

12