Home
last modified time | relevance | path

Searched refs:unsigned_p (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y681 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 Df-exp.y653 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 Dm2-exp.c2193 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 Dp-exp.y781 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 Dobjc-exp.y1010 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 Dc-exp.y1058 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 Df-exp.c2048 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 Dp-exp.c2124 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 Dc-exp.c2710 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 Dobjc-exp.c2673 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 Ddoloop.c564 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 Dunroll.c864 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 Dcpplex.c1905 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 Dgenattrtab.c178 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 Dreal.c2000 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 Dc-decl.c3038 && !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 Dc-tree.h272 BOOL_BITFIELD unsigned_p : 1; member
/openbsd-src/gnu/gcc/libcpp/
H A Dcharset.c1389 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 Dmangle.c1098 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 Dmangle.c1194 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 Ddecl.c7031 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 Dstormy16.c141 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 Dmcore.c2728 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 Dstormy16.c157 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 Dmcore.c3124 int unsigned_p; local
3128 PROMOTE_MODE (mode, unsigned_p, NULL);

12