Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp126 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 DABISysV_x86_64.cpp191 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 DABIWindows_x86_64.cpp207 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 DABISysV_i386.cpp145 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-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_signed.h26 struct _LIBCPP_TEMPLATE_VIS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp100 bool is_signed, unsigned radix) { in DumpAPInt() argument
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
[all...]
/freebsd-src/sys/ddb/
H A Ddb_access.c53 db_get_value(db_addr_t addr, int size, bool is_signed) in db_get_value()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp327 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-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1454 bool is_signed = false; in GetArgumentValues() local
1555 bool is_signed; in GetReturnValueObjectImpl() local
1701 bool is_signed; in SetReturnValueObject() local
H A DABISysV_arm.cpp1458 bool is_signed = false; in GetArgumentValues() local
1557 bool is_signed; in GetReturnValueObjectImpl() local
1846 bool is_signed; in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp313 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 DABISysV_ppc64.cpp201 bool is_signed, Thread &thread, in ReadIntegerArgument() argument
278 bool is_signed; in GetArgumentValues() local
310 bool is_signed; in SetReturnValueObject() local
596 bool is_signed = (type_flags & eTypeIsSigned) != 0; GetIntegerValue() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp282 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-src/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp305 bool is_signed = false; SetReturnValueObject() local
359 SetInteger(Scalar & scalar,uint64_t raw_value,bool is_signed) SetInteger() argument
368 SetSizedInteger(Scalar & scalar,uint64_t raw_value,uint8_t size_in_bytes,bool is_signed) SetSizedInteger() argument
470 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetValObjFromIntRegs() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h184 IsEnumerationType(lldb::opaque_compiler_type_t type,bool & is_signed) IsEnumerationType() argument
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c159 loff_t *ppos, bool is_signed) in simple_attr_write_common()
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp162 bool is_signed = false; GetItemFormatForFormat() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp716 bool is_signed; in SetReturnValueObject() local
803 bool is_signed = false; in GetReturnValueObjectImpl() local
H A DABISysV_mips64.cpp778 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
1033 bool is_signed; in GetReturnValueObjectImpl() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp148 bool is_signed = false; in GetArgumentValues() local
631 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
H A DABIMacOSX_arm64.cpp149 bool is_signed = false; in GetArgumentValues() local
660 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectImpl() local
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c524 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp234 bool is_signed = false; in MakeConstantLocationExpression() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp72 bool is_signed; GetObjectDescription() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp306 bool is_signed = false; // May be reset by the call below. IsInteger() local
317 bool is_signed = false; // May be reset by the call below. IsEnumerationType() local
[all...]

12