/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
H A D | Bitfields.h | 99 using Unsigned = typename std::make_unsigned<T>::type; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 24 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 292 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
H A D | DebugInfoMetadata.h | 825 enum class Signedness { Signed, Unsigned }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | 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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 343 unsigned Unsigned; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 116 Unsigned = 0, enumerator
|
H A D | NVPTXISelLowering.cpp | 4545 Unsigned, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 266 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 45 Unsigned, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Specifiers.h | 38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 472 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() 483 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 450 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
|
H A D | ARMISelLowering.cpp | 16064 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local 16073 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 242 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10752 bool Unsigned = L.NonNegative && R.NonNegative; in join() local 10774 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local 10785 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local 10797 bool Unsigned = L.NonNegative && R.NonNegative; in product() local 10806 bool Unsigned = L.NonNegative; in rem() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 913 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
H A D | CGBuiltin.cpp | 1906 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local 7935 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend() 7942 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 10259 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|