Searched refs:is_signed (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-13-stable/sys/ddb/
H A Ddb_access.h41 db_expr_t db_get_value(db_addr_t addr, int size, bool is_signed);
H A Ddb_access.c56 db_get_value(db_addr_t addr, int size, bool is_signed) argument
79 if (is_signed && (value & db_extend[size]) != 0)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp125 bool is_signed, Process *process,
131 is_signed, scalar, error)) {
169 bool is_signed; local
170 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
171 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed,
198 bool is_signed; local
205 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
273 bool is_signed;
275 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
298 if (is_signed)
124 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
H A DABIWindows_x86_64.cpp205 bool is_signed, Thread &thread,
216 if (is_signed)
223 current_stack_argument, byte_size, is_signed, scalar, error)) {
279 bool is_signed;
281 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
282 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
311 bool is_signed; local
318 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
422 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
428 if (is_signed)
204 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) argument
555 bool is_signed; local
667 bool is_signed; local
[all...]
H A DABISysV_x86_64.cpp189 bool is_signed, Thread &thread,
200 if (is_signed)
206 current_stack_argument, byte_size, is_signed, scalar, error)) {
272 bool is_signed;
274 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
275 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
304 bool is_signed; local
311 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
414 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
420 if (is_signed)
188 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) argument
582 bool is_signed; local
690 bool is_signed; local
[all...]
H A DABISysV_i386.cpp144 bool is_signed, Process *process,
153 is_signed, scalar, error)) {
186 bool is_signed; local
187 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
188 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed,
397 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); local
416 if (is_signed)
424 if (is_signed)
432 if (is_signed)
440 if (is_signed)
143 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h47 std::enable_if_t<std::is_signed<T>::value, llvm::Optional<T>>
56 std::enable_if_t<std::is_signed<T>::value, llvm::Optional<T>>
65 std::enable_if_t<std::is_signed<T>::value, llvm::Optional<T>>
74 std::enable_if_t<std::is_signed<T>::value, llvm::Optional<T>>
H A DScaledNumber.h54 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
81 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
115 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
154 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
189 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
252 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
288 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
334 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
374 static_assert(!std::numeric_limits<DigitsT>::is_signed, "expected unsigned");
494 static_assert(!std::numeric_limits<DigitsT>::is_signed,
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp327 bool is_signed = false; local
328 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) &&
376 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { argument
378 if (is_signed)
385 bool is_signed) {
391 SetInteger<uint64_t>(scalar, raw_value, is_signed);
395 SetInteger<uint32_t>(scalar, raw_value, is_signed);
399 SetInteger<uint16_t>(scalar, raw_value, is_signed);
403 SetInteger<uint8_t>(scalar, raw_value, is_signed);
464 const bool is_signed local
384 SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, bool is_signed) argument
530 const bool is_signed = false; // IR Type doesn't provide this info. local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp296 bool is_signed, Thread &thread,
307 if (is_signed)
313 current_stack_argument + 8 - byte_size, byte_size, is_signed,
376 bool is_signed;
378 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
379 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
408 bool is_signed; local
415 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
516 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
522 if (is_signed)
295 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) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h64 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
73 if (std::is_signed<IntT>::value)
H A DPackedVector.h76 std::numeric_limits<T>::is_signed> {
79 std::numeric_limits<T>::is_signed>;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp312 bool is_signed, Thread &thread,
323 if (is_signed)
329 current_stack_argument, byte_size, is_signed, scalar, error)) {
400 bool is_signed;
401 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
402 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
430 bool is_signed; local
437 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
535 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
541 if (is_signed)
311 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) argument
699 bool is_signed; local
[all...]
H A DABISysV_ppc64.cpp199 bool is_signed, Thread &thread,
210 if (is_signed)
216 current_stack_argument, byte_size, is_signed, scalar, error)) {
276 bool is_signed;
278 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
279 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
308 bool is_signed; local
315 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
595 bool is_signed = (type_flags & eTypeIsSigned) != 0; local
599 if (is_signed)
198 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) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp112 bool is_signed, unsigned radix) {
115 std::string apint_str(apint.getValue().toString(radix, is_signed));
316 const bool is_signed = false; local
318 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
376 const bool is_signed = true; local
378 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
388 const bool is_signed = false; local
390 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
400 const bool is_signed = false; local
402 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radi
110 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp147 bool is_signed = false;
149 if (value_type.IsIntegerOrEnumerationType(is_signed)) {
200 if (is_signed)
220 sp, arg_byte_size, is_signed, value->GetScalar(), error))
667 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
709 if (is_signed)
717 if (is_signed)
725 if (is_signed)
733 if (is_signed)
H A DABISysV_arm64.cpp146 bool is_signed = false; local
151 if (value_type.IsIntegerOrEnumerationType(is_signed)) {
171 if (is_signed)
192 sp, arg_byte_size, is_signed, value->GetScalar(), error))
636 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
679 if (is_signed)
687 if (is_signed)
695 if (is_signed)
703 if (is_signed)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h569 * The is_signed() macro below returns true if the passed data type is
572 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0) macro
579 (sizeof(datatype) >= 8) ? (is_signed(datatype) ? INT64_MAX : UINT64_MAX) : \
580 (sizeof(datatype) >= 4) ? (is_signed(datatype) ? INT32_MAX : UINT32_MAX) : \
581 (sizeof(datatype) >= 2) ? (is_signed(datatype) ? INT16_MAX : UINT16_MAX) : \
582 (is_signed(datatype) ? INT8_MAX : UINT8_MAX) \
591 (sizeof(datatype) >= 8) ? (is_signed(datatype) ? INT64_MIN : 0) : \
592 (sizeof(datatype) >= 4) ? (is_signed(datatype) ? INT32_MIN : 0) : \
593 (sizeof(datatype) >= 2) ? (is_signed(datatype) ? INT16_MIN : 0) : \
594 (is_signed(datatyp
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h208 static std::enable_if_t<std::is_signed<T>::value, bool> CheckAddUB(T A, T B,
221 static std::enable_if_t<std::is_signed<T>::value, bool> CheckSubUB(T A, T B,
234 static std::enable_if_t<std::is_signed<T>::value, bool> CheckMulUB(T A, T B,
247 static std::enable_if_t<std::is_signed<T>::value, bool>
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h113 bool IsIntegerType(bool &is_signed) const;
115 bool IsEnumerationType(bool &is_signed) const;
117 bool IsIntegerOrEnumerationType(bool &is_signed) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp159 bool is_signed = false; local
160 element_type.IsIntegerType(is_signed);
161 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp228 bool is_signed = false;
229 std::tie(size, is_signed) = GetIntegralTypeInfo(underlying_ti, tpi);
240 if (is_signed) {
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c527 bool is_signed, is_upper; local
529 is_signed = false;
565 is_signed = true;
589 arg_type = (is_signed) ? BHND_NVRAM_TYPE_INT ## _width : \
600 if (is_signed) { \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp135 bool CompilerType::IsIntegerType(bool &is_signed) const {
137 return m_type_system->IsIntegerType(m_type, is_signed);
141 bool CompilerType::IsEnumerationType(bool &is_signed) const {
143 return m_type_system->IsEnumerationType(m_type, is_signed);
147 bool CompilerType::IsIntegerOrEnumerationType(bool &is_signed) const {
148 return IsIntegerType(is_signed) || IsEnumerationType(is_signed);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1469 bool is_signed = false; local
1474 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
1512 if (is_signed)
1532 sp, arg_byte_size, is_signed, value->GetScalar(), error))
1570 bool is_signed;
1576 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
1653 if (is_signed)
1659 if (is_signed)
1667 if (is_signed)
1675 if (is_signed)
1716 bool is_signed; local
[all...]

Completed in 279 milliseconds

123