| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 304 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 312 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
| H A D | Bitfields.h | 99 using Unsigned = std::make_unsigned_t<T>; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 333 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| H A D | DebugInfoMetadata.h | 936 enum class Signedness { Signed, Unsigned }; enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.h | 61 uint64_t Unsigned() const { return m_value.uval; } in Unsigned() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 439 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 668 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 343 unsigned Unsigned; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 140 bool Unsigned = false; in generateInstSeqImpl() local
|
| H A D | RISCVBaseInfo.h | 753 uint16_t Unsigned : 1; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitNonSemanticDI.cpp | 63 Unsigned = 6, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 194 enum FromType { Unsigned = 0, Signed, Float, Untyped }; enumerator
|
| H A D | NVPTXISelLowering.cpp | 5351 Unsigned, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 266 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 45 Unsigned, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 258 const APInt &Val, bool Unsigned) { in addInt() 508 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() 519 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 501 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
|
| H A D | ARMISelLowering.cpp | 17765 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local 17774 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 336 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 3355 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend() 3362 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10524 bool Unsigned = L.NonNegative && R.NonNegative; in join() local 10546 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local 10557 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local 10569 bool Unsigned = L.NonNegative && R.NonNegative; in product() local 10578 bool Unsigned = L.NonNegative; in rem() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 431 enum Signedness { Positive, Signed, Unsigned }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1016 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
| H A D | CGBuiltin.cpp | 2358 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local
|