Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dbitfield.cpp6 typedef unsigned Unsigned; typedef
11 typedef __typeof__(t.n) Unsigned; // Bitfield is unsigned typedef
16 typedef __typeof__(t.n = 0) Unsigned; // Assignment produces an lvalue... typedef
17 typedef __typeof__(t.n += 0) Unsigned; typedef
18 typedef __typeof__(t.n *= 0) Unsigned; typedef
23 typedef __typeof__(++t.n) Unsigned; // Increment is equivalent to compound-assignment. typedef
24 typedef __typeof__(--t.n) Unsigned; typedef
28 typedef __typeof__(t.n++) Unsigned; // Post-increment's result has the type typedef
29 typedef __typeof__(t.n--) Unsigned; // of the operand... typedef
30 typedef __typeof__(+(t.n++)) Unsigned; // ... and is not a bit-field (because typedef
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dbitfield.c59 typedef unsigned Unsigned; typedef
63 typedef __typeof__(t5.n) Unsigned; // Bitfield is unsigned typedef
75 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef
76 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h248 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
255 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp22 TEST(VariantValueTest, Unsigned) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h313 unsigned Unsigned; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h436 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
661 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
665 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h127 Unsigned = 0, enumerator
H A DNVPTXISelLowering.cpp4019 Unsigned, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DStringRefTest.cpp372 } Unsigned[] = variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp686 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
698 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp643 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7529 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15312 bool Unsigned = false; in LowerIntVSETCC_AVX512() local