| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | APSInt.h | 287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | APSIntType.h | 24 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| HD | DebugInfoMetadata.h | 739 enum class Signedness { Signed, Unsigned }; enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | ScaledNumber.h | 435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFFormValue.h | 63 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| HD | VariantValue.h | 333 unsigned Unsigned; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTX.h | 98 Unsigned = 0, enumerator
|
| HD | NVPTXISelLowering.cpp | 4573 Unsigned, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| HD | VariantValue.cpp | 261 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.cpp | 553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() 564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | ConstantRange.cpp | 236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 1393 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local 6958 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend() 6965 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
|
| HD | CGExprScalar.cpp | 897 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTContext.cpp | 9550 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|