Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/SemaCXX/
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 …]
/external/clang/test/SemaCXX/
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 …]
/external/clang/test/Sema/
Dbitfield.c62 typedef unsigned Unsigned; typedef
79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef
80 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
/external/llvm-project/clang/test/Sema/
Dbitfield.c62 typedef unsigned Unsigned; typedef
79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to typedef
80 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment. typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
DBitfields.h99 using Unsigned = typename std::make_unsigned<T>::type; member
/external/llvm/include/llvm/ADT/
DAPSInt.h276 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/external/rust/crates/num-traits/src/
Dsign.rs197 pub trait Unsigned: Num {} trait
/external/rust/crates/serde_json/src/lexical/
Dnum.rs177 type Unsigned: Integer; typedef
249 fn to_bits(self) -> Self::Unsigned; in to_bits()
285 fn mantissa(self) -> Self::Unsigned { in mantissa()
315 type Unsigned = u32; typedef
379 type Unsigned = u64; typedef
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/external/llvm-project/clang/test/SemaTemplate/
Dtemp-param-subst-linear.cpp12 template<unsigned> using Unsigned = unsigned; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h288 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp19 TEST(VariantValueTest, Unsigned) { in TEST() argument
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp18 TEST(VariantValueTest, Unsigned) { in TEST() argument
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h61 Unsigned, enumerator
125 : kind(DiagnosticArgumentKind::Unsigned), opaqueVal(uint64_t(val)) {} in kind()
/external/llvm-project/clang/test/Index/
Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
/external/clang/test/Index/
Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h435 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
/external/llvm/include/llvm/Support/
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
/external/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h435 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
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h922 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh()
936 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd()
940 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2()
947 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub()
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h313 unsigned Unsigned; member

123