Home
last modified time | relevance | path

Searched refs:unsignedp (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dexpr.c487 result.unsignedp = num.unsignedp; in append_digit()
672 result.unsignedp = !!unsignedp; in eval_token()
1015 top->value.unsignedp = (top[1].value.unsignedp in reduce()
1157 unsignedp = pa.unsignedp || pb.unsignedp; in num_greater_eq()
1180 lhs.unsignedp = lhs.unsignedp || rhs.unsignedp; in num_bitwise_op()
1397 result.unsignedp = lhs.unsignedp || rhs.unsignedp; in num_binary_op()
1459 bool unsignedp = lhs.unsignedp || rhs.unsignedp; in num_mul() local
1498 result.unsignedp = unsignedp; in num_mul()
1510 bool unsignedp = lhs.unsignedp || rhs.unsignedp; in num_div_op() local
1580 result.unsignedp = unsignedp; in num_div_op()
[all …]
H A Dcharset.c1382 unsigned int *pchars_seen, int *unsignedp) in narrow_str_to_charconst() argument
1441 *unsignedp = unsigned_p; in narrow_str_to_charconst()
1451 unsigned int *pchars_seen, int *unsignedp) in wide_str_to_charconst() argument
1490 *unsignedp = CPP_OPTION (pfile, unsigned_wchar); in wide_str_to_charconst()
1501 unsigned int *pchars_seen, int *unsignedp) in cpp_interpret_charconst() argument
1517 result = wide_str_to_charconst (pfile, str, pchars_seen, unsignedp); in cpp_interpret_charconst()
1519 result = narrow_str_to_charconst (pfile, str, pchars_seen, unsignedp); in cpp_interpret_charconst()
/freebsd-12.1/contrib/gcc/
H A Doptabs.c2031 if (unsignedp) in sign_expand_binop()
2033 unsignedp, methods); in sign_expand_binop()
2050 int unsignedp) in expand_twoval_unop() argument
2143 int unsignedp) in expand_twoval_binop() argument
2531 int unsignedp) in expand_unop() argument
2617 unsignedp); in expand_unop()
2760 unsignedp); in expand_unop()
3877 if (unsignedp) in emit_cmp_and_jump_insns()
4416 int unsignedp) in can_extend_p() argument
4420 if (unsignedp < 0) in can_extend_p()
[all …]
H A Dexpmed.c1388 if (unsignedp) in extract_bit_field()
1703 int unsignedp) in extract_fixed_bit_field() argument
1728 unsignedp); in extract_fixed_bit_field()
1761 if (unsignedp) in extract_fixed_bit_field()
2142 if (unsignedp) in extract_split_bit_field()
2306 if (unsignedp) in expand_shift()
3996 if (unsignedp) in expand_divmod()
4507 if (unsignedp) in expand_divmod()
4751 if (unsignedp) in expand_divmod()
4840 unsignedp, in expand_divmod()
[all …]
H A Dstmt.c2612 int unsignedp) in do_jump_if_equal() argument
2991 unsignedp), in emit_case_nodes()
3003 unsignedp), in emit_case_nodes()
3029 unsignedp); in emit_case_nodes()
3038 unsignedp); in emit_case_nodes()
3053 unsignedp), in emit_case_nodes()
3173 unsignedp), in emit_case_nodes()
3214 unsignedp), in emit_case_nodes()
3242 unsignedp), in emit_case_nodes()
3274 unsignedp), in emit_case_nodes()
[all …]
H A Ddojump.c322 int unsignedp; in do_jump() local
331 &unsignedp, &volatilep, false); in do_jump()
333 type = lang_hooks.types.type_for_size (bitsize, unsignedp); in do_jump()
815 code = unsignedp ? unsigned_condition (code) : code; in compare_from_rtx()
828 unsignedp = (code == GTU || code == LTU in compare_from_rtx()
833 emit_cmp_insn (op0, op1, code, size, mode, unsignedp); in compare_from_rtx()
878 code = unsignedp ? unsigned_condition (code) : code; in do_compare_rtx_and_jump()
992 int unsignedp; in do_compare_and_jump() local
1017 unsignedp = TYPE_UNSIGNED (type); in do_compare_and_jump()
1018 code = unsignedp ? unsigned_code : signed_code; in do_compare_and_jump()
[all …]
H A Dc-common.c1705 return (unsignedp ? long_long_unsigned_type_node in c_common_type_for_size()
1789 return (unsignedp in c_common_type_for_mode()
1794 return (unsignedp in c_common_type_for_mode()
1914 || TYPE_UNSIGNED (type) == unsignedp) in c_common_signed_or_unsigned_type()
2010 min_precision (tree value, int unsignedp) in min_precision() argument
2030 return log + 1 + !unsignedp; in min_precision()
2202 int unsignedp = TYPE_UNSIGNED (*restype_ptr); in shorten_compare() local
2211 if (unsignedp && !unsignedp0) in shorten_compare()
2231 if (unsignedp && unsignedp0) in shorten_compare()
2298 if (unsignedp && !unsignedp0) in shorten_compare()
[all …]
H A Dexpr.c564 if (unsignedp) in convert_move()
674 unsignedp), unsignedp); in convert_move()
685 to, unsignedp); in convert_move()
817 if (! unsignedp in convert_modes()
4053 int unsignedp; in expand_assignment() local
5155 int unsignedp; in store_constructor() local
6791 int unsignedp; in expand_expr_real_1() local
8196 unsignedp); in expand_expr_real_1()
8381 unsignedp); in expand_expr_real_1()
8455 unsignedp); in expand_expr_real_1()
[all …]
H A Dcalls.c73 int unsignedp; member
680 args[i].value, args[i].unsignedp); in precompute_register_parameters()
962 int unsignedp; in initialize_argument_information() local
1066 unsignedp = TYPE_UNSIGNED (type); in initialize_argument_information()
1069 mode = promote_mode (type, mode, &unsignedp, 1); in initialize_argument_information()
1071 args[i].unsignedp = unsignedp; in initialize_argument_information()
1271 args[i].value, args[i].unsignedp); in precompute_arguments()
1283 args[i].unsignedp); in precompute_arguments()
2968 int unsignedp = TYPE_UNSIGNED (type); in expand_call() local
2989 SUBREG_PROMOTED_UNSIGNED_SET (target, unsignedp); in expand_call()
[all …]
H A Dexplow.c776 int unsignedp = *punsignedp; in promote_mode() local
792 PROMOTE_FUNCTION_MODE (mode, unsignedp, type); in promote_mode()
797 PROMOTE_MODE (mode, unsignedp, type); in promote_mode()
807 unsignedp = POINTERS_EXTEND_UNSIGNED; in promote_mode()
815 *punsignedp = unsignedp; in promote_mode()
H A Dc-lex.c839 int unsignedp; in lex_charconst() local
842 &chars_seen, &unsignedp); in lex_charconst()
855 if (unsignedp || (cppchar_signed_t) result >= 0) in lex_charconst()
H A Dfunction.c815 int unsignedp; in assign_temp() local
825 unsignedp = TYPE_UNSIGNED (type); in assign_temp()
861 mode = promote_mode (type, mode, &unsignedp, 0); in assign_temp()
2126 int unsignedp = TYPE_UNSIGNED (passed_type); in assign_parm_find_data_types() local
2128 &unsignedp, 1); in assign_parm_find_data_types()
2660 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (parm)); in assign_parm_setup_reg() local
2730 SUBREG_PROMOTED_UNSIGNED_SET (tempreg, unsignedp); in assign_parm_setup_reg()
3272 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (arg)); in promoted_input_arg() local
3279 *punsignedp = unsignedp; in promoted_input_arg()
4469 &unsignedp, 1); in expand_function_end()
[all …]
H A Doptabs.h516 rtx target, int unsignedp);
520 int unsignedp);
H A Dfunction.h32 int unsignedp; member
H A Dtree.c5156 int unsignedp) in build_nonstandard_integer_type() argument
5162 if (unsignedp) in build_nonstandard_integer_type()
5563 int unsignedp = (DECL_UNSIGNED (TREE_OPERAND (op, 1)) in get_unwidened() local
5565 type = lang_hooks.types.type_for_size (innerprec, unsignedp); in get_unwidened()
5576 && (! uns || final_prec <= innerprec || unsignedp)) in get_unwidened()
5654 int unsignedp = (DECL_UNSIGNED (TREE_OPERAND (op, 1)) in get_narrower() local
6472 make_or_reuse_type (unsigned size, int unsignedp) in make_or_reuse_type() argument
6475 return unsignedp ? unsigned_type_node : integer_type_node; in make_or_reuse_type()
6477 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in make_or_reuse_type()
6483 return (unsignedp ? long_long_unsigned_type_node in make_or_reuse_type()
[all …]
H A Dcombine.c1020 int unsignedp; in setup_incoming_promotions() local
3482 int unsignedp = 0; in find_split_point() local
3721 unsignedp = 0; in find_split_point()
3753 if (unsignedp && len <= 8) in find_split_point()
5606 int unsignedp = 0; in expand_compound_operation() local
5613 unsignedp = 1; in expand_compound_operation()
5654 unsignedp = 1; in expand_compound_operation()
6147 && ! in_compare && unsignedp) in make_extraction()
6168 if (! in_dest && unsignedp in make_extraction()
6176 if (! in_dest && ! unsignedp in make_extraction()
[all …]
H A Difcvt.c1629 int unsignedp; in noce_try_minmax() local
1672 unsignedp = 0; in noce_try_minmax()
1679 unsignedp = 0; in noce_try_minmax()
1684 unsignedp = 1; in noce_try_minmax()
1689 unsignedp = 1; in noce_try_minmax()
1699 if_info->x, unsignedp, OPTAB_WIDEN); in noce_try_minmax()
H A Dcfgexpand.c644 int unsignedp = TYPE_UNSIGNED (type); in expand_one_register_var() local
646 = promote_mode (type, DECL_MODE (var), &unsignedp, 0); in expand_one_register_var()
H A Dtree-ssa-loop-ivopts.c1447 int unsignedp, volatilep; in may_be_unaligned_p() local
1459 &unsignedp, &volatilep, true); in may_be_unaligned_p()
2810 int unsignedp, volatilep; in tree_to_aff_combination() local
2845 &toffset, &mode, &unsignedp, &volatilep, in tree_to_aff_combination()
3720 int unsignedp, volatilep; in split_address_cost() local
3723 &unsignedp, &volatilep, false); in split_address_cost()
H A Ddbxout.c2348 int volatilep = 0, unsignedp = 0; in dbxout_expand_expr() local
2352 &mode, &unsignedp, &volatilep, true); in dbxout_expand_expr()
/freebsd-12.1/contrib/binutils/binutils/
H A Dieee.c3678 unsigned int unsignedp : 1; member
4248 ts->type.unsignedp = unsignedp; in ieee_push_type()
5207 if (unsignedp) in ieee_int_type()
5577 bfd_boolean unsignedp, localp; in ieee_range_type() local
5580 unsignedp = info->type_stack->type.unsignedp; in ieee_range_type()
5723 bfd_boolean unsignedp, localp; in ieee_const_type() local
5728 unsignedp = info->type_stack->type.unsignedp; in ieee_const_type()
5767 unsignedp = info->type_stack->type.unsignedp; in ieee_volatile_type()
5926 bfd_boolean unsignedp; in ieee_struct_field() local
5945 unsignedp = info->type_stack->type.unsignedp; in ieee_struct_field()
[all …]
H A Dstabs.c1821 bfd_boolean unsignedp; in parse_stab_sun_builtin_type() local
1829 unsignedp = FALSE; in parse_stab_sun_builtin_type()
1832 unsignedp = TRUE; in parse_stab_sun_builtin_type()
4792 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local
4799 unsignedp = FALSE; in stab_demangle_fund_type()
4813 unsignedp = TRUE; in stab_demangle_fund_type()
4855 (unsignedp in stab_demangle_fund_type()
4868 (unsignedp in stab_demangle_fund_type()
4881 (unsignedp in stab_demangle_fund_type()
4894 (unsignedp in stab_demangle_fund_type()
[all …]
H A Dprdbg.c491 print_vma (bfd_vma vma, char *buf, bfd_boolean unsignedp, bfd_boolean hexp) in print_vma() argument
497 else if (unsignedp) in print_vma()
561 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type() argument
566 sprintf (ab, "%sint%d", unsignedp ? "u" : "", size * 8); in pr_int_type()
H A Dwrstabs.c629 stab_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in stab_int_type() argument
640 if (unsignedp) in stab_int_type()
658 if (unsignedp) in stab_int_type()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h735 bool unsignedp; /* True if value should be treated as unsigned. */ member

12