Searched defs:Unsigned (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h63 uint64_t Unsigned() const { return m_value.value.uval; } function in class:DWARFFormValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator in enum:llvm::ConstantRange::PreferredRangeType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h333 unsigned Unsigned; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp261 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { argument
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h98 Unsigned = 0, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
H A DNVPTXISelLowering.cpp4573 Unsigned, enumerator in enum:OperandSignedness
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { argument
564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp897 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9550 bool Signed = false, Unsigned = false; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10642 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { argument

Completed in 392 milliseconds