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

  /src/external/gpl3/binutils/dist/opcodes/
loongarch-coder.c 25 is_unsigned (const char *c_str) function
46 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
metag-dis.c 2552 bool is_unsigned = false; local
2586 is_unsigned = (insn_word & 0x40);
2908 is_unsigned ? "U" : "",
  /src/external/gpl3/binutils.old/dist/opcodes/
loongarch-coder.c 25 is_unsigned (const char *c_str) function
46 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
metag-dis.c 2552 bool is_unsigned = false; local
2586 is_unsigned = (insn_word & 0x40);
2908 is_unsigned ? "U" : "",
  /src/external/gpl3/gdb/dist/opcodes/
loongarch-coder.c 25 is_unsigned (const char *c_str) function
46 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
metag-dis.c 2552 bool is_unsigned = false; local
2586 is_unsigned = (insn_word & 0x40);
2908 is_unsigned ? "U" : "",
  /src/external/gpl3/gdb.old/dist/opcodes/
loongarch-coder.c 25 is_unsigned (const char *c_str) function
46 return *c_str == '-' ? is_unsigned (c_str + 1) : is_unsigned (c_str);
metag-dis.c 2552 bool is_unsigned = false; local
2586 is_unsigned = (insn_word & 0x40);
2908 is_unsigned ? "U" : "",
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-taint.cc 866 bool is_unsigned = false; local
869 is_unsigned = TYPE_UNSIGNED (type);
874 *out = is_unsigned ? BOUNDS_LOWER : BOUNDS_NONE;
882 else if (state == m_has_ub && !is_unsigned)
  /src/external/gpl3/binutils/dist/gas/
expr.c 1858 bool is_unsigned;
1928 is_unsigned = resultP->X_unsigned && right.X_unsigned;
1942 is_unsigned = resultP->X_unsigned;
1975 is_unsigned = false;
1982 is_unsigned = false;
2061 is_unsigned = resultP->X_unsigned;
2072 is_unsigned = false;
2077 is_unsigned = false;
2082 is_unsigned = false;
2087 is_unsigned = false
1852 bool is_unsigned; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 1893 bool is_unsigned;
1961 is_unsigned = resultP->X_unsigned && right.X_unsigned;
1975 is_unsigned = resultP->X_unsigned;
2008 is_unsigned = false;
2015 is_unsigned = false;
2094 is_unsigned = resultP->X_unsigned;
2105 is_unsigned = false;
2110 is_unsigned = false;
2115 is_unsigned = false;
2120 is_unsigned = false
1886 bool is_unsigned; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-taint.cc 1287 bool is_unsigned = false; local
1290 is_unsigned = TYPE_UNSIGNED (type);
1295 *out = is_unsigned ? BOUNDS_LOWER : BOUNDS_NONE;
1303 else if (state == m_has_ub && !is_unsigned)
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 156 amd_dbgapi_register_type_integer (bool is_unsigned, unsigned int bit_size)
159 string_printf ("%sint%d", is_unsigned ? "u" : "", bit_size)),
160 m_is_unsigned (is_unsigned),
164 bool is_unsigned () const function in struct:amd_dbgapi_register_type
679 if (integer_type.is_unsigned ())
685 if (integer_type.is_unsigned ())
1344 gdb_assert (i.is_unsigned ());
1367 gdb_assert (!i.is_unsigned ());
gdbtypes.h 188 /* * Return true if VALUE is contained in this range. IS_UNSIGNED
191 bool contains (ULONGEST value, bool is_unsigned) const
193 if (is_unsigned)
231 /* * Return true if this variant matches VALUE. IS_UNSIGNED is true
233 bool matches (ULONGEST value, bool is_unsigned) const;
250 bool is_unsigned; member in struct:variant_part
1168 bool is_unsigned () const function in struct:type
1173 void set_is_unsigned (bool is_unsigned)
1175 this->main_type->m_flag_unsigned = is_unsigned;
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 158 amd_dbgapi_register_type_integer (bool is_unsigned, unsigned int bit_size)
161 string_printf ("%sint%d", is_unsigned ? "u" : "", bit_size)),
162 m_is_unsigned (is_unsigned),
166 bool is_unsigned () const function in struct:amd_dbgapi_register_type
681 if (integer_type.is_unsigned ())
687 if (integer_type.is_unsigned ())
1346 gdb_assert (i.is_unsigned ());
1369 gdb_assert (!i.is_unsigned ());
gdbtypes.h 194 /* * Return true if VALUE is contained in this range. IS_UNSIGNED
197 bool contains (ULONGEST value, bool is_unsigned) const
199 if (is_unsigned)
237 /* * Return true if this variant matches VALUE. IS_UNSIGNED is true
239 bool matches (ULONGEST value, bool is_unsigned) const;
256 bool is_unsigned; member in struct:variant_part
1174 bool is_unsigned () const function in struct:type
1179 void set_is_unsigned (bool is_unsigned)
1181 this->main_type->m_flag_unsigned = is_unsigned;
  /src/usr.bin/xlint/lint1/
decl.c 3219 bool is_unsigned = is_uinteger(v->v_tspec); local
3231 bool out_of_bounds = is_unsigned
3236 unsigned long long abs_val = is_unsigned || val >= 0
3240 is_unsigned || val >= 0 ? "" : "-", abs_val);
tree.c 4156 bool is_unsigned = is_uinteger(v->v_tspec); local
4158 unsigned long long abs_val = is_unsigned || val >= 0
4161 const char *sign = is_unsigned || val >= 0 ? "" : "-";
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c 5354 int is_unsigned = 0; local
5370 is_unsigned = 1;
5373 return (is_unsigned);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 3077 bool is_unsigned = TYPE_UNSIGNED (type1) && TYPE_UNSIGNED (type2); local
3088 if (TYPE_UNSIGNED (from_type) != is_unsigned
3089 && !(is_unsigned && TYPE_PRECISION (from_type) > data_size))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 2941 bool is_unsigned = TYPE_UNSIGNED (type1) && TYPE_UNSIGNED (type2); local
2952 if (TYPE_UNSIGNED (from_type) != is_unsigned
2953 && !(is_unsigned && TYPE_PRECISION (from_type) > data_size))

Completed in 95 milliseconds