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

123

/freebsd-11-stable/sys/ddb/
H A Ddb_access.h39 db_expr_t db_get_value(db_addr_t addr, int size, bool is_signed);
H A Ddb_access.c57 db_get_value(db_addr_t addr, int size, bool is_signed) argument
80 if (is_signed && (value & db_extend[size]) != 0)
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlimits.cc44 const bool __numeric_limits_base::is_signed; member in class:__numeric_limits_base
68 const bool numeric_limits<bool>::is_signed; member in class:numeric_limits
92 const bool numeric_limits<char>::is_signed; member in class:numeric_limits
116 const bool numeric_limits<signed char>::is_signed; member in class:numeric_limits
140 const bool numeric_limits<unsigned char>::is_signed; member in class:numeric_limits
166 const bool numeric_limits<wchar_t>::is_signed; member in class:numeric_limits
191 const bool numeric_limits<short>::is_signed; member in class:numeric_limits
215 const bool numeric_limits<unsigned short>::is_signed; member in class:numeric_limits
239 const bool numeric_limits<int>::is_signed; member in class:numeric_limits
263 const bool numeric_limits<unsigned int>::is_signed; member in class:numeric_limits
287 const bool numeric_limits<long>::is_signed; member in class:numeric_limits
311 const bool numeric_limits<unsigned long>::is_signed; member in class:numeric_limits
335 const bool numeric_limits<long long>::is_signed; member in class:numeric_limits
358 const bool numeric_limits<unsigned long long>::is_signed; member in class:numeric_limits
382 const bool numeric_limits<float>::is_signed; member in class:numeric_limits
406 const bool numeric_limits<double>::is_signed; member in class:numeric_limits
430 const bool numeric_limits<long double>::is_signed; member in class:numeric_limits
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_limits.h206 static const bool is_signed = false; member in struct:__numeric_limits_base
328 static const bool is_signed = false; member in struct:numeric_limits
382 static const bool is_signed = __glibcxx_signed (char); member in struct:numeric_limits
433 static const bool is_signed = true; member in struct:numeric_limits
484 static const bool is_signed = false; member in struct:numeric_limits
535 static const bool is_signed = __glibcxx_signed (wchar_t); member in struct:numeric_limits
586 static const bool is_signed = true; member in struct:numeric_limits
637 static const bool is_signed = false; member in struct:numeric_limits
688 static const bool is_signed = true; member in struct:numeric_limits
739 static const bool is_signed member in struct:numeric_limits
790 static const bool is_signed = true; member in struct:numeric_limits
841 static const bool is_signed = false; member in struct:numeric_limits
892 static const bool is_signed = true; member in struct:numeric_limits
943 static const bool is_signed = false; member in struct:numeric_limits
994 static const bool is_signed = true; member in struct:numeric_limits
1051 static const bool is_signed = true; member in struct:numeric_limits
1108 static const bool is_signed = true; member in struct:numeric_limits
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h47 typename std::enable_if<std::is_signed<T>::value, llvm::Optional<T>>::type
56 typename std::enable_if<std::is_signed<T>::value, llvm::Optional<T>>::type
65 typename std::enable_if<std::is_signed<T>::value, llvm::Optional<T>>::type
74 typename std::enable_if<std::is_signed<T>::value, llvm::Optional<T>>::type
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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp294 bool is_signed, Thread &thread,
305 if (is_signed)
311 current_stack_argument + 8 - byte_size, byte_size, is_signed,
374 bool is_signed;
376 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
377 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
406 bool is_signed; local
413 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
514 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
520 if (is_signed)
293 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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp325 bool is_signed = false; local
326 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) &&
374 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { argument
376 if (is_signed)
383 bool is_signed) {
389 SetInteger<uint64_t>(scalar, raw_value, is_signed);
393 SetInteger<uint32_t>(scalar, raw_value, is_signed);
397 SetInteger<uint16_t>(scalar, raw_value, is_signed);
401 SetInteger<uint8_t>(scalar, raw_value, is_signed);
462 const bool is_signed local
382 SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, bool is_signed) argument
528 const bool is_signed = false; // IR Type doesn't provide this info. local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp783 bool is_signed, Process *process,
789 is_signed, scalar, error)) {
827 bool is_signed; local
828 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
829 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed,
856 bool is_signed; local
863 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
931 bool is_signed;
933 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
956 if (is_signed)
782 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp310 bool is_signed, Thread &thread,
321 if (is_signed)
327 current_stack_argument, byte_size, is_signed, scalar, error)) {
398 bool is_signed;
399 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
400 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
428 bool is_signed; local
435 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
533 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
539 if (is_signed)
309 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
697 bool is_signed; local
[all...]
/freebsd-11-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));
253 const bool is_signed = false; local
255 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
342 const bool is_signed = true; local
344 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
354 const bool is_signed = false; local
356 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
366 const bool is_signed = false; local
368 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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp341 bool is_signed, Thread &thread,
352 if (is_signed)
358 current_stack_argument, byte_size, is_signed, scalar, error)) {
424 bool is_signed;
426 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
427 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
456 bool is_signed; local
463 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
566 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
572 if (is_signed)
340 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
734 bool is_signed; local
842 bool is_signed; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h542 * The is_signed() macro below returns true if the passed data type is
545 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0) macro
552 (sizeof(datatype) >= 8) ? (is_signed(datatype) ? INT64_MAX : UINT64_MAX) : \
553 (sizeof(datatype) >= 4) ? (is_signed(datatype) ? INT32_MAX : UINT32_MAX) : \
554 (sizeof(datatype) >= 2) ? (is_signed(datatype) ? INT16_MAX : UINT16_MAX) : \
555 (is_signed(datatype) ? INT8_MAX : UINT8_MAX) \
564 (sizeof(datatype) >= 8) ? (is_signed(datatype) ? INT64_MIN : 0) : \
565 (sizeof(datatype) >= 4) ? (is_signed(datatype) ? INT32_MIN : 0) : \
566 (sizeof(datatype) >= 2) ? (is_signed(datatype) ? INT16_MIN : 0) : \
567 (is_signed(datatyp
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1183 bool is_signed, Thread &thread,
1194 if (is_signed)
1201 current_stack_argument, byte_size, is_signed, scalar, error)) {
1257 bool is_signed;
1259 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
1260 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
1289 bool is_signed; local
1296 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
1400 const bool is_signed = (type_flags & eTypeIsSigned) != 0; local
1406 if (is_signed)
1182 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
1533 bool is_signed; local
1645 bool is_signed; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp197 bool is_signed, Thread &thread,
208 if (is_signed)
214 current_stack_argument, byte_size, is_signed, scalar, error)) {
274 bool is_signed;
276 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
277 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread,
306 bool is_signed; local
313 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
593 bool is_signed = (type_flags & eTypeIsSigned) != 0; local
597 if (is_signed)
196 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-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h209 static typename std::enable_if<std::is_signed<T>::value, bool>::type
222 static typename std::enable_if<std::is_signed<T>::value, bool>::type
235 static typename std::enable_if<std::is_signed<T>::value, bool>::type
248 static typename std::enable_if<std::is_signed<T>::value, bool>::type
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h110 bool IsIntegerType(bool &is_signed) const;
112 bool IsEnumerationType(bool &is_signed) const;
114 bool IsIntegerOrEnumerationType(bool &is_signed) const;
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp269 bool is_signed, Process *process,
278 is_signed, scalar, error)) {
311 bool is_signed; local
312 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
313 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed,
522 const bool is_signed = ((type_flags & eTypeIsSigned) != 0); local
541 if (is_signed)
549 if (is_signed)
557 if (is_signed)
565 if (is_signed)
268 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1470 bool is_signed = false; local
1472 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
1491 if (is_signed)
1511 sp, arg_byte_size, is_signed, value->GetScalar(), error))
1569 bool is_signed;
1586 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
1598 if (is_signed)
1604 if (is_signed)
1612 if (is_signed)
1620 if (is_signed)
1859 bool is_signed; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-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 290 milliseconds

123