| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m2-exp.y | 681 int unsigned_p = number_sign == 1 ? 1 : 0; local 729 if(!unsigned_p && number_sign == 1 && (prevn >= n)) 730 unsigned_p=1; /* Try something unsigned */ 735 if((unsigned_p && (unsigned)prevn >= (unsigned)n) || 736 ((!unsigned_p && number_sign==-1) && -prevn <= -n)) 751 else if ( unsigned_p && number_sign == 1) 756 else if((unsigned_p && (n<0))) {
|
| H A D | f-exp.y | 653 int unsigned_p = 0; local 713 unsigned_p = 1; 731 unsigned_p=1; /* Try something unsigned */ 735 if ((unsigned_p && (unsigned)prevn >= (unsigned)n)) 773 if (unsigned_p || (n & high_bit))
|
| H A D | m2-exp.c | 2193 int unsigned_p = number_sign == 1 ? 1 : 0; local 2241 if(!unsigned_p && number_sign == 1 && (prevn >= n)) 2242 unsigned_p=1; /* Try something unsigned */ 2247 if((unsigned_p && (unsigned)prevn >= (unsigned)n) || 2248 ((!unsigned_p && number_sign==-1) && -prevn <= -n)) 2263 else if ( unsigned_p && number_sign == 1) 2268 else if((unsigned_p && (n<0))) {
|
| H A D | p-exp.y | 781 int unsigned_p = 0; local 896 unsigned_p = 1; 909 unsigned_p = 1; /* Try something unsigned */ 916 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n)) 974 if (unsigned_p || (n & high_bit))
|
| H A D | objc-exp.y | 1010 int unsigned_p = 0; local 1121 unsigned_p = 1; 1134 unsigned_p = 1; /* Try something unsigned. */ 1141 if ((unsigned_p && (unsigned LONGEST) prevn >= (unsigned LONGEST) n)) 1200 if (unsigned_p || (n & high_bit))
|
| H A D | c-exp.y | 1058 int unsigned_p = 0; local 1173 unsigned_p = 1; 1186 unsigned_p = 1; /* Try something unsigned */ 1193 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n)) 1251 if (unsigned_p || (n & high_bit))
|
| H A D | f-exp.c | 2048 int unsigned_p = 0; local 2108 unsigned_p = 1; 2126 unsigned_p=1; /* Try something unsigned */ 2130 if ((unsigned_p && (unsigned)prevn >= (unsigned)n)) 2168 if (unsigned_p || (n & high_bit))
|
| H A D | p-exp.c | 2124 int unsigned_p = 0; local 2239 unsigned_p = 1; 2252 unsigned_p = 1; /* Try something unsigned */ 2259 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n)) 2317 if (unsigned_p || (n & high_bit))
|
| H A D | c-exp.c | 2710 int unsigned_p = 0; local 2825 unsigned_p = 1; 2838 unsigned_p = 1; /* Try something unsigned */ 2845 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n)) 2903 if (unsigned_p || (n & high_bit))
|
| H A D | objc-exp.c | 2673 int unsigned_p = 0; local 2784 unsigned_p = 1; 2797 unsigned_p = 1; /* Try something unsigned. */ 2804 if ((unsigned_p && (unsigned LONGEST) prevn >= (unsigned LONGEST) n)) 2863 if (unsigned_p || (n & high_bit))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | doloop.c | 564 int unsigned_p; local 580 unsigned_p = (comparison_code == LTU 626 NULL_RTX, unsigned_p, OPTAB_LIB_WIDEN); 676 diff, unsigned_p, OPTAB_LIB_WIDEN);
|
| H A D | unroll.c | 864 int unsigned_p = (cc == LEU || cc == GEU || cc == LTU || cc == GTU); local 954 ? (unsigned_p ? GEU : GE) 955 : (unsigned_p ? LEU : LE)); 3333 int unsigned_p, compare_dir, final_larger; local 3590 unsigned_p = 0; 3595 unsigned_p = 1; 3601 unsigned_p = 1; 3611 unsigned_p = 1; 3616 unsigned_p = 1; 3853 if (unsigned_p)
|
| H A D | cpplex.c | 1905 bool unsigned_p; local 1916 unsigned_p = CPP_OPTION (pfile, unsigned_char); 1922 unsigned_p = CPP_OPTION (pfile, unsigned_wchar); 1975 unsigned_p = 0; 1995 if (unsigned_p || !(result & (1 << (width - 1)))) 2002 *unsignedp = unsigned_p;
|
| H A D | genattrtab.c | 178 unsigned unsigned_p : 1; /* Make the output function unsigned int. */ member 4981 else if (attr->unsigned_p) 4997 else if (attr->unsigned_p) 5275 else if (attr->unsigned_p) 5842 attr->unsigned_p = attr->func_units_p = attr->blockage_p = 0; 5867 attr->unsigned_p = (special & 4) != 0;
|
| H A D | real.c | 2000 real_from_integer (r, mode, low, high, unsigned_p) in real_from_integer() argument 2005 int unsigned_p; 2012 r->sign = high < 0 && !unsigned_p;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 3038 && !specs->unsigned_p in quals_from_declspecs() 7185 ret->unsigned_p = false; in build_null_declspecs() 7339 if (specs->unsigned_p) in declspecs_add_type() 7367 dupe = specs->unsigned_p; in declspecs_add_type() 7393 specs->unsigned_p = true; in declspecs_add_type() 7446 else if (specs->unsigned_p) in declspecs_add_type() 7465 else if (specs->unsigned_p) in declspecs_add_type() 7497 else if (specs->unsigned_p) in declspecs_add_type() 7513 else if (specs->unsigned_p) in declspecs_add_type() 7542 else if (specs->unsigned_p) in declspecs_add_type() [all …]
|
| H A D | c-tree.h | 272 BOOL_BITFIELD unsigned_p : 1; member
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | charset.c | 1389 bool unsigned_p; in narrow_str_to_charconst() local 1422 unsigned_p = 0; in narrow_str_to_charconst() 1424 unsigned_p = CPP_OPTION (pfile, unsigned_char); in narrow_str_to_charconst() 1435 if (unsigned_p || !(result & (1 << (width - 1)))) in narrow_str_to_charconst() 1441 *unsignedp = unsigned_p; in narrow_str_to_charconst()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | mangle.c | 1098 write_number (number, unsigned_p, base) in write_number() argument 1100 int unsigned_p; 1106 if (!unsigned_p && (HOST_WIDE_INT) number < 0)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | mangle.c | 1194 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, in write_number() argument 1200 if (!unsigned_p && (HOST_WIDE_INT) number < 0) in write_number()
|
| H A D | decl.c | 7031 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local 7035 unsigned_p = declspecs->specs[(int)ds_unsigned]; in grokdeclarator() 7268 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p)) in grokdeclarator() 7334 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator() 7338 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE) in grokdeclarator() 7340 else if (signed_p && unsigned_p) in grokdeclarator() 7369 unsigned_p = false; in grokdeclarator() 7379 if (unsigned_p in grokdeclarator() 7430 && ! (long_p || short_p || signed_p || unsigned_p)) in grokdeclarator()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| H A D | stormy16.c | 141 int unsigned_p = (code == GTU || code == LEU); local 147 xstormy16_emit_cbranch (unsigned_p ? LTU : LT, gt_p ? lab : loc);
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | mcore.c | 2728 int unsigned_p; in mcore_function_value() local 2732 PROMOTE_MODE (mode, unsigned_p, NULL); in mcore_function_value()
|
| /openbsd-src/gnu/gcc/gcc/config/stormy16/ |
| H A D | stormy16.c | 157 int unsigned_p = (code == GTU || code == LEU); in xstormy16_emit_cbranch() local 163 xstormy16_emit_cbranch (unsigned_p ? LTU : LT, gt_p ? lab : loc); in xstormy16_emit_cbranch()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | mcore.c | 3124 int unsigned_p; local 3128 PROMOTE_MODE (mode, unsigned_p, NULL);
|