/llvm-project/libc/src/__support/CPP/type_traits/ |
H A D | is_signed.h | 19 // is_signed struct 21 struct is_signed : bool_constant<(is_arithmetic_v<T> && (T(-1) < T(0)))> { in operator() argument
|
/llvm-project/libcxx/include/__type_traits/ |
H A D | is_signed.h | 26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_signed : _BoolConstant<__is_signed(_Tp)> {}; struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | dcl58-cpp.cpp | 246 static constexpr bool is_signed = true; member 252 inline constexpr bool numeric_limits<::ranges::detail::diffmax_t>::is_signed; member in std::numeric_limits<::ranges::detail::diffmax_t> 262 static constexpr bool is_signed = true; member 268 inline constexpr bool numeric_limits<::ranges::detail::LongT>::is_signed; member in std::numeric_limits<::ranges::detail::LongT>
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 126 bool is_signed, Process *process, in ReadIntegerArgument() argument 170 bool is_signed; in GetArgumentValues() local 199 bool is_signed; in SetReturnValueObject() local 274 bool is_signed; GetReturnValueObjectImpl() local [all...] |
H A D | ABISysV_x86_64.cpp | 191 ReadIntegerArgument(Scalar & scalar,unsigned int bit_width,bool is_signed,Thread & thread,uint32_t * argument_register_ids,unsigned int & current_argument_register,addr_t & current_stack_argument) ReadIntegerArgument() argument 274 bool is_signed; GetArgumentValues() local 306 bool is_signed; SetReturnValueObject() local 416 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectSimple() local 584 bool is_signed; FlattenAggregateType() local 692 bool is_signed; GetReturnValueObjectImpl() local [all...] |
H A D | ABIWindows_x86_64.cpp | 207 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 281 bool is_signed; in GetArgumentValues() local 313 bool is_signed; in SetReturnValueObject() local 424 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectSimple() local 557 bool is_signed; FlattenAggregateType() local 669 bool is_signed; GetReturnValueObjectImpl() local [all...] |
H A D | ABISysV_i386.cpp | 145 bool is_signed, Process *process, in ReadIntegerArgument() argument 187 bool is_signed; in GetArgumentValues() local 398 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); GetReturnValueObjectSimple() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 100 bool is_signed, unsigned radix) { in DumpAPInt() argument 445 const bool is_signed = false; DumpDataExtractor() local 505 const bool is_signed = true; DumpDataExtractor() local 517 const bool is_signed = false; DumpDataExtractor() local 529 const bool is_signed = false; DumpDataExtractor() local [all...] |
/llvm-project/libc/src/stdio/scanf_core/ |
H A D | int_converter.cpp | 75 bool is_signed = false; convert_int() local
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 327 bool is_signed = false; in SetReturnValueObject() local 375 SetInteger(Scalar & scalar,uint64_t raw_value,bool is_signed) SetInteger() argument 384 SetSizedInteger(Scalar & scalar,uint64_t raw_value,uint8_t size_in_bytes,bool is_signed) SetSizedInteger() argument 464 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectSimple() local 530 const bool is_signed = false; // IR Type doesn't provide this info. GetReturnValueObjectImpl() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1555 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() local 1454 bool is_signed = false; GetArgumentValues() local 1701 bool is_signed; SetReturnValueObject() local [all...] |
H A D | ABISysV_arm.cpp | 1458 bool is_signed = false; GetArgumentValues() local 1557 bool is_signed; GetReturnValueObjectImpl() local 1846 bool is_signed; SetReturnValueObject() local [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | llvm-conventions.cpp | 15 struct numeric_limits { const static bool is_signed; }; member
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 313 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 401 bool is_signed; in GetArgumentValues() local 431 bool is_signed; SetReturnValueObject() local 536 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectSimple() local 698 bool is_signed; GetReturnValueObjectImpl() local [all...] |
H A D | ABISysV_ppc64.cpp | 201 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 278 bool is_signed; in GetArgumentValues() local 310 bool is_signed; in SetReturnValueObject() local 594 bool is_signed = (type_flags & eTypeIsSigned) != 0; GetIntegerValue() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 282 bool is_signed, Thread &thread, in ReadIntegerArgument() argument 362 bool is_signed; in GetArgumentValues() local 394 bool is_signed; in SetReturnValueObject() local 502 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectSimple() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 305 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...] |
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 189 bool &is_signed) { in IsEnumerationType() argument
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 163 bool is_signed = false; in GetItemFormatForFormat() local
|
/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 716 bool is_signed; SetReturnValueObject() local 803 bool is_signed = false; GetReturnValueObjectImpl() local
|
H A D | ABISysV_mips64.cpp | 778 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectImpl() local 1033 bool is_signed; GetReturnValueObjectImpl() local
|
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 148 bool is_signed = false; GetArgumentValues() local 631 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectImpl() local
|
H A D | ABIMacOSX_arm64.cpp | 149 bool is_signed = false; in GetArgumentValues() local 660 const bool is_signed = (type_flags & eTypeIsSigned) != 0; GetReturnValueObjectImpl() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 234 bool is_signed = false; in MakeConstantLocationExpression() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 74 bool is_signed; in GetObjectDescription() local
|