HomeSort by: relevance | last modified time | path
    Searched defs:unsigned (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Statistic.h 55 std::atomic<unsigned> Value;
67 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
70 operator unsigned() const { return getValue(); }
72 const TrackingStatistic &operator=(unsigned Val) {
82 unsigned operator++(int) {
92 unsigned operator--(int) {
97 const TrackingStatistic &operator+=(unsigned V) {
104 const TrackingStatistic &operator-=(unsigned V) {
111 void updateMax(unsigned V) {
112 unsigned PrevMax = Value.load(std::memory_order_relaxed)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h 17 /// An unsigned integer type large enough to represent all physical registers,
24 unsigned Reg;
27 constexpr MCRegister(unsigned Val = 0): Reg(Val) {}
30 // sometimes stack slots. The unsigned values are divided into these ranges:
38 // DenseMapInfo<unsigned> uses -1u and -2u.
41 static constexpr unsigned NoRegister = 0u;
42 static constexpr unsigned FirstPhysicalReg = 1u;
43 static constexpr unsigned FirstStackSlot = 1u << 30;
44 static constexpr unsigned VirtualRegFlag = 1u << 31;
50 static bool isStackSlot(unsigned Reg)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-spec.h 60 operator unsigned() const
102 unsigned m_bits;
126 return static_cast<unsigned>(lhs) == static_cast<unsigned>(rhs);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-spec.h 58 operator unsigned() const
100 unsigned m_bits;
124 return static_cast<unsigned>(lhs) == static_cast<unsigned>(rhs);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 37 unsigned Sub;
49 enum : unsigned {
57 IndexType(unsigned Idx) : Index(Idx) {}
61 operator unsigned() const;
62 bool operator== (unsigned x) const;
64 bool operator!= (unsigned x) const;
67 bool operator< (unsigned Idx) const;
75 unsigned Index = None;
177 inline HexagonBlockRanges::IndexType::operator unsigned() const {
182 inline bool HexagonBlockRanges::IndexType::operator== (unsigned x) const
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/stormy16/
lib2funcs.c 227 FIXME: The return type really should be "unsigned int"
243 FIXME: The return type really should be "unsigned int"
261 FIXME: The return type really should be "unsigned int" but this is
263 #undef unsigned macro
267 unsigned int i;
268 unsigned int c;
269 unsigned int value = x;
299 should be "unsigned int" but this is not how the builtin is
331 /* Performs an unsigned comparison of two 32-bit values: A and B.
  /src/external/gpl3/gcc.old/dist/libgcc/config/stormy16/
lib2funcs.c 227 FIXME: The return type really should be "unsigned int"
243 FIXME: The return type really should be "unsigned int"
261 FIXME: The return type really should be "unsigned int" but this is
263 #undef unsigned macro
267 unsigned int i;
268 unsigned int c;
269 unsigned int value = x;
299 should be "unsigned int" but this is not how the builtin is
331 /* Performs an unsigned comparison of two 32-bit values: A and B.
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Boolean.h 44 bool operator>(unsigned RHS) const { return static_cast<unsigned>(V) > RHS; }
49 explicit operator unsigned() const { return V; }
56 APSInt toAPSInt(unsigned NumBits) const {
63 constexpr static unsigned bitWidth() { return true; }
78 unsigned countLeadingZeros() const { return V ? 0 : 1; }
80 Boolean truncate(unsigned TruncBits) const { return *this; }
84 static Boolean min(unsigned NumBits) { return Boolean(false); }
85 static Boolean max(unsigned NumBits) { return Boolean(true); }
92 template <unsigned SrcBits, bool SrcSign
    [all...]
Integral.h 41 template <unsigned Bits, bool Signed> struct Repr;
56 template <unsigned Bits, bool Signed> class Integral {
58 template <unsigned OtherBits, bool OtherSigned> friend class Integral;
76 template <unsigned SrcBits, bool SrcSign>
90 bool operator>(unsigned RHS) const {
91 return V >= 0 && static_cast<unsigned>(V) > RHS;
97 template <unsigned DstBits, bool DstSign>
102 explicit operator unsigned() const { return V; }
109 APSInt toAPSInt(unsigned NumBits) const {
121 constexpr static unsigned bitWidth() { return Bits;
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 266 typedef unsigned int ColorArg;
302 operator unsigned char() const { return (unsigned char) data; }
1705 pr->set_ascii_char((unsigned char) c, current_env);
1716 pr->set_ascii_char((unsigned char) c, current_env);
1787 pr->set_ascii_char((unsigned char) c, current_env, &w);
1803 pr->set_ascii_char((unsigned char) c, current_env, &w);
1821 warning("unrecognized command `%1'", (unsigned char) command);
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 35 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t);
37 extern void __eprintf (const char *, const char *, unsigned int, const char *)
126 typedef unsigned int UQItype __attribute__ ((mode (QI)));
128 typedef unsigned int UHItype __attribute__ ((mode (HI)));
132 typedef unsigned int USItype __attribute__ ((mode (SI)));
136 typedef unsigned int UDItype __attribute__ ((mode (DI)));
140 typedef unsigned int UTItype __attribute__ ((mode (TI)));
183 #define unsigned bogus_type macro
libgcc2.c 1490 of an unsigned _BitInt operand (which has XPREC/W_TYPE_SIZE
1713 of an unsigned _BitInt operand (which has XPREC/W_TYPE_SIZE
2435 supported a native unsigned->float conversion. More often, we only
2544 supported a native unsigned->float conversion. More often, we only
2608 #undef unsigned
2612 unsigned int n = m < 0 ? -(unsigned int) m : (unsigned int) m;
2983 #undef unsigned
2995 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, size_t size
2576 #undef unsigned macro
2949 #undef unsigned macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 32 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t);
34 extern void __eprintf (const char *, const char *, unsigned int, const char *)
123 typedef unsigned int UQItype __attribute__ ((mode (QI)));
125 typedef unsigned int UHItype __attribute__ ((mode (HI)));
129 typedef unsigned int USItype __attribute__ ((mode (SI)));
133 typedef unsigned int UDItype __attribute__ ((mode (DI)));
137 typedef unsigned int UTItype __attribute__ ((mode (TI)));
176 #define unsigned bogus_type macro
libgcc2.c 1691 supported a native unsigned->float conversion. More often, we only
1800 supported a native unsigned->float conversion. More often, we only
1864 #undef unsigned
1868 unsigned int n = m < 0 ? -(unsigned int) m : (unsigned int) m;
2239 #undef unsigned
2251 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, size_t size)
2255 const unsigned char c1 = *s1++, c2 = *s2++
1833 #undef unsigned macro
2206 #undef unsigned macro
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 60 // are unsigned values.
62 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {}
63 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {}
70 bool operator==(OpenMPDirectiveKind V) const { return Value == unsigned(V); }
71 bool operator!=(OpenMPDirectiveKind V) const { return Value != unsigned(V); }
72 bool operator<(OpenMPDirectiveKind V) const { return Value < unsigned(V); }
73 operator unsigned() const { return Value; }
75 unsigned Value;
98 static unsigned getOpenMPDirectiveKindEx(StringRef S) {
185 ? static_cast<unsigned>(OMPD_unknown
    [all...]
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 184 explicit operator unsigned() const {
535 inline isl::checked::aff_list drop(unsigned int first, unsigned int n) const;
538 inline isl::checked::aff_list insert(unsigned int pos, isl::checked::aff el) const;
1346 inline isl::checked::ast_node_list drop(unsigned int first, unsigned int n) const;
1349 inline isl::checked::ast_node_list insert(unsigned int pos, isl::checked::ast_node el) const;
1822 inline isl::checked::id_list drop(unsigned int first, unsigned int n) const;
1825 inline isl::checked::id_list insert(unsigned int pos, isl::checked::id el) const
    [all...]

Completed in 71 milliseconds