Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDm2-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))) {
HDf-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))
HDm2-exp.c2171 int unsigned_p = number_sign == 1 ? 1 : 0; local
2219 if(!unsigned_p && number_sign == 1 && (prevn >= n))
2220 unsigned_p=1; /* Try something unsigned */
2225 if((unsigned_p && (unsigned)prevn >= (unsigned)n) ||
2226 ((!unsigned_p && number_sign==-1) && -prevn <= -n))
2241 else if ( unsigned_p && number_sign == 1)
2246 else if((unsigned_p && (n<0))) {
HDp-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))
HDobjc-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))
HDc-exp.y1061 int unsigned_p = 0; local
1176 unsigned_p = 1;
1189 unsigned_p = 1; /* Try something unsigned */
1196 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
1254 if (unsigned_p || (n & high_bit))
HDf-exp.c2027 int unsigned_p = 0; local
2087 unsigned_p = 1;
2105 unsigned_p=1; /* Try something unsigned */
2109 if ((unsigned_p && (unsigned)prevn >= (unsigned)n))
2147 if (unsigned_p || (n & high_bit))
HDp-exp.c2103 int unsigned_p = 0; local
2218 unsigned_p = 1;
2231 unsigned_p = 1; /* Try something unsigned */
2238 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
2296 if (unsigned_p || (n & high_bit))
HDc-exp.c2691 int unsigned_p = 0; local
2806 unsigned_p = 1;
2819 unsigned_p = 1; /* Try something unsigned */
2826 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
2884 if (unsigned_p || (n & high_bit))
HDobjc-exp.c2652 int unsigned_p = 0; local
2763 unsigned_p = 1;
2776 unsigned_p = 1; /* Try something unsigned. */
2783 if ((unsigned_p && (unsigned LONGEST) prevn >= (unsigned LONGEST) n))
2842 if (unsigned_p || (n & high_bit))
/NextBSD/contrib/gcc/
HDc-decl.c3092 && !specs->unsigned_p in quals_from_declspecs()
8302 ret->unsigned_p = false; in build_null_declspecs()
8461 if (specs->unsigned_p) in declspecs_add_type()
8489 dupe = specs->unsigned_p; in declspecs_add_type()
8515 specs->unsigned_p = true; in declspecs_add_type()
8568 else if (specs->unsigned_p) in declspecs_add_type()
8587 else if (specs->unsigned_p) in declspecs_add_type()
8619 else if (specs->unsigned_p) in declspecs_add_type()
8635 else if (specs->unsigned_p) in declspecs_add_type()
8664 else if (specs->unsigned_p) in declspecs_add_type()
[all …]
HDc-tree.h276 BOOL_BITFIELD unsigned_p : 1; member
HDfold-const.c305 bool unsigned_p) in add_double_with_sign() argument
316 if (unsigned_p) in add_double_with_sign()
355 bool unsigned_p) in mul_double_with_sign() argument
390 if (unsigned_p) in mul_double_with_sign()
6310 bool unsigned_p = TYPE_UNSIGNED (TREE_TYPE (arg0)); in fold_div_compare() local
6320 &lpart, &hpart, unsigned_p); in fold_div_compare()
6325 if (unsigned_p) in fold_div_compare()
6335 &lpart, &hpart, unsigned_p); in fold_div_compare()
HDreal.c2028 int unsigned_p) in real_from_integer() argument
2036 r->sign = high < 0 && !unsigned_p; in real_from_integer()
HDfunction.c2761 int unsigned_p = TYPE_UNSIGNED (TREE_TYPE (parm)); in assign_parm_setup_reg() local
2765 tempreg = convert_to_mode (GET_MODE (parmreg), tempreg, unsigned_p); in assign_parm_setup_reg()
HDChangeLog-2006743 Add 'unsigned_p' parameter and take it into account for the overflow.
745 Add 'unsigned_p' parameter and take it into account for the overflow.
HDChangeLog-200011528 * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
21109 * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
HDChangeLog-200525123 * genattrtab.c (attr_desc): Remove negative_ok and unsigned_p.
25126 unsigned_p.
HDChangeLog-200412337 short_p, signed_p, unsigned_p and complex_p.
/NextBSD/contrib/gcclibs/libcpp/
HDcharset.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()
/NextBSD/contrib/gcc/cp/
HDmangle.c1208 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, in write_number() argument
1214 if (!unsigned_p && (HOST_WIDE_INT) number < 0) in write_number()
HDdecl.c7492 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
7496 unsigned_p = declspecs->specs[(int)ds_unsigned]; in grokdeclarator()
7744 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p)) in grokdeclarator()
7810 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
7814 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE) in grokdeclarator()
7816 else if (signed_p && unsigned_p) in grokdeclarator()
7845 unsigned_p = false; in grokdeclarator()
7855 if (unsigned_p in grokdeclarator()
7906 && ! (long_p || short_p || signed_p || unsigned_p)) in grokdeclarator()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c17566 int unsigned_p; in rs6000_handle_altivec_attribute() local
17606 unsigned_p = TYPE_UNSIGNED (type); in rs6000_handle_altivec_attribute()
17610 result = (unsigned_p ? unsigned_V4SI_type_node : V4SI_type_node); in rs6000_handle_altivec_attribute()
17613 result = (unsigned_p ? unsigned_V8HI_type_node : V8HI_type_node); in rs6000_handle_altivec_attribute()
17616 result = (unsigned_p ? unsigned_V16QI_type_node : V16QI_type_node); in rs6000_handle_altivec_attribute()