HomeSort by relevance Sort by last modified time
    Searched refs:Unsigned (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaCXX/
bitfield.cpp 6 typedef unsigned Unsigned;
9 struct T { unsigned n : 2; } t;
11 typedef __typeof__(t.n) Unsigned; // Bitfield is unsigned
16 typedef __typeof__(t.n = 0) Unsigned; // Assignment produces an lvalue...
17 typedef __typeof__(t.n += 0) Unsigned;
18 typedef __typeof__(t.n *= 0) Unsigned;
23 typedef __typeof__(++t.n) Unsigned; // Increment is equivalent to compound-assignment.
24 typedef __typeof__(--t.n) Unsigned;
    [all...]
  /dalvik/dx/src/com/android/dex/util/
Unsigned.java 20 * Unsigned arithmetic over Java's signed types.
22 public final class Unsigned {
23 private Unsigned() {}
  /dalvik/dx/src/com/android/dex/
FieldId.java 19 import com.android.dex.util.Unsigned;
48 return Unsigned.compare(declaringClassIndex, other.declaringClassIndex);
51 return Unsigned.compare(nameIndex, other.nameIndex);
53 return Unsigned.compare(typeIndex, other.typeIndex); // should always be 0
MethodId.java 19 import com.android.dex.util.Unsigned;
48 return Unsigned.compare(declaringClassIndex, other.declaringClassIndex);
51 return Unsigned.compare(nameIndex, other.nameIndex);
53 return Unsigned.compare(protoIndex, other.protoIndex);
CallSiteId.java 20 import com.android.dex.util.Unsigned;
37 return Unsigned.compare(offset, o.offset);
ProtoId.java 19 import com.android.dex.util.Unsigned;
36 return Unsigned.compare(returnTypeIndex, other.returnTypeIndex);
38 return Unsigned.compare(parametersOffset, other.parametersOffset);
TypeList.java 19 import com.android.dex.util.Unsigned;
40 return Unsigned.compare(types[i], other.types[i]);
43 return Unsigned.compare(types.length, other.types.length);
MethodHandle.java 20 import com.android.dex.util.Unsigned;
95 return Unsigned.compare(fieldOrMethodId, o.fieldOrMethodId);
  /external/clang/test/Sema/
bitfield.c 26 unsigned : -2; // expected-error {{anonymous bit-field has negative width (-2)}}
33 struct b {unsigned x : 2;} x;
37 struct {unsigned x : 2;} x2;
48 unsigned bitX : 4;
49 unsigned bitY : 4;
50 unsigned var;
62 typedef unsigned Unsigned;
65 struct Test5 { unsigned n : 2; } t5;
66 // Bitfield is unsigned
    [all...]
  /external/clang/test/Index/
index-templates.cpp 35 const unsigned OneDimension = 1;
36 template<typename T, unsigned Dimensions = OneDimension>
39 template<template<typename, unsigned> class DataStructure = array>
42 typedef unsigned Unsigned;
44 template<typename T, Unsigned Value>
54 f<Unsigned, OneDimension, array>(array<Unsigned, OneDimension>());
55 Z4().getAs<Unsigned>();
161 // CHECK-LOAD: index-templates.cpp:42:18: TypedefDecl=Unsigned:42:18 (Definition) Extent=[42:1 - 42:26
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
88 /// for 'unsigned char' (u8).
98 /// Unsigned integers are considered to be better conversion types than
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
quick.s 14 ; Unsigned 5 bits.
28 ; Unsigned 6 bits
43 ; Only need to check negative operands here; the unsigned 5
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APSInt.h 29 /// unsigned.
61 void toString(SmallVectorImpl<char> &Str, unsigned Radix = 10) const {
66 std::string toString(unsigned Radix) const {
114 APSInt operator>>(unsigned Amt) const {
117 APSInt& operator>>=(unsigned Amt) {
142 APSInt operator<<(unsigned Bits) const {
145 APSInt& operator<<=(unsigned Amt) {
241 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) {
242 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
243 : APInt::getSignedMaxValue(numBits), Unsigned);
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 61 bool isConvertibleTo(ArgKind To, unsigned *Specificity) const;
131 unsigned *Specificity) const = 0;
188 unsigned *Specificity) const {
244 /// - \c unsigned
256 VariantValue(unsigned Unsigned);
264 /// \brief Unsigned value functions.
266 unsigned getUnsigned() const;
267 void setUnsigned(unsigned Unsigned);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 60 bool isConvertibleTo(ArgKind To, unsigned *Specificity) const;
130 unsigned *Specificity) const = 0;
187 unsigned *Specificity) const {
244 /// - \c unsigned
256 VariantValue(unsigned Unsigned);
264 /// \brief Unsigned value functions.
266 unsigned getUnsigned() const;
267 void setUnsigned(unsigned Unsigned);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 60 bool isConvertibleTo(ArgKind To, unsigned *Specificity) const;
130 unsigned *Specificity) const = 0;
187 unsigned *Specificity) const {
244 /// - \c unsigned
256 VariantValue(unsigned Unsigned);
264 /// \brief Unsigned value functions.
266 unsigned getUnsigned() const;
267 void setUnsigned(unsigned Unsigned);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 60 bool isConvertibleTo(ArgKind To, unsigned *Specificity) const;
130 unsigned *Specificity) const = 0;
187 unsigned *Specificity) const {
244 /// - \c unsigned
256 VariantValue(unsigned Unsigned);
264 /// \brief Unsigned value functions.
266 unsigned getUnsigned() const;
267 void setUnsigned(unsigned Unsigned);
    [all...]

Completed in 2267 milliseconds

1 2 3 4 5 6