| /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);
|
| 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);
|
| 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);
|
| 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);
|
| 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)
|
| 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...] |
| 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...] |
| 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)
|
| 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.old/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 ());
|
| 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 ());
|
| /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 ()) 1345 gdb_assert (i.is_unsigned ()); 1368 gdb_assert (!i.is_unsigned ());
|
| 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 ()) 1345 gdb_assert (i.is_unsigned ()); 1368 gdb_assert (!i.is_unsigned ());
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 3217 bool is_unsigned = is_uinteger(v->v_tspec); local 3229 bool out_of_bounds = is_unsigned 3234 unsigned long long abs_val = is_unsigned || val >= 0 3238 is_unsigned || val >= 0 ? "" : "-", abs_val);
|