/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | optabs.c | 254 unsignedp, methods, class, binoptab) in expand_cmplxdiv_straight() argument 386 unsignedp, methods, class, binoptab) in expand_cmplxdiv_wide() argument 2365 expand_unop (mode, unoptab, op0, target, unsignedp) in expand_unop() argument 2743 expand_complex_abs (mode, op0, target, unsignedp) in expand_complex_abs() argument 3386 int unsignedp = *punsignedp; local 4129 unsignedp) in emit_conditional_move() argument 4478 can_extend_p (to_mode, from_mode, unsignedp) in can_extend_p() argument 4494 gen_extend_insn (x, y, mto, mfrom, unsignedp) in gen_extend_insn() argument 4531 can_float_p (fltmode, fixmode, unsignedp) in can_float_p() argument 4545 expand_float (to, from, unsignedp) in expand_float() argument [all …]
|
H A D | expmed.c | 1007 extract_bit_field (str_rtx, bitsize, bitnum, unsignedp, in extract_bit_field() argument 1564 target, unsignedp) in extract_fixed_bit_field() argument 1767 extract_split_bit_field (op0, bitsize, bitpos, unsignedp) in extract_split_bit_field() argument 1900 expand_shift (code, mode, shifted, amount, target, unsignedp) in expand_shift() argument 2340 expand_mult (mode, op0, op1, target, unsignedp) in expand_mult() argument 2767 expand_mult_highpart (mode, op0, cnst1, target, unsignedp, max_cost) in expand_mult_highpart() argument 2944 expand_divmod (rem_flag, code, mode, op0, op1, target, unsignedp) in expand_divmod() argument 4169 const_mult_add_overflow_p (x, mult, add, mode, unsignedp) in const_mult_add_overflow_p() argument 4208 expand_mult_add (x, target, mult, add, mode, unsignedp) in expand_mult_add() argument 4266 emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep) in emit_store_flag() argument [all …]
|
H A D | cppexp.c | 574 int unsignedp = 0; local 1163 bool unsignedp; local 1417 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local 1500 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local 1554 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local
|
H A D | expr.c | 576 convert_move (to, from, unsignedp) in convert_move() argument 1354 convert_to_mode (mode, x, unsignedp) in convert_to_mode() argument 1376 convert_modes (mode, oldmode, x, unsignedp) in convert_modes() argument 4107 int unsignedp; local 4611 int unsignedp = TREE_UNSIGNED (TREE_TYPE (exp)); local 4934 int unsignedp; local 5155 int unsignedp; local 6566 int unsignedp = TREE_UNSIGNED (type); local 10060 int unsignedp; local 10737 int unsignedp; local [all …]
|
H A D | function.c | 863 int unsignedp; local 1591 fixup_var_refs (var, promoted_mode, unsignedp, may_share, ht) in fixup_var_refs() argument 1675 fixup_var_refs_insns (insn, var, promoted_mode, unsignedp, toplevel, may_share) in fixup_var_refs_insns() argument 1730 fixup_var_refs_insns_with_hash (ht, var, promoted_mode, unsignedp, may_share) in fixup_var_refs_insns_with_hash() argument 1757 fixup_var_refs_insn (insn, var, promoted_mode, unsignedp, toplevel, no_share) in fixup_var_refs_insn() argument 4373 int unsignedp; local 5288 int unsignedp = TREE_UNSIGNED (TREE_TYPE (arg)); local 7105 int unsignedp = TREE_UNSIGNED (TREE_TYPE (decl_result)); local
|
H A D | stmt.c | 2988 int unsignedp = TREE_UNSIGNED (type); local 3350 int unsignedp = TREE_UNSIGNED (TREE_TYPE (TREE_VALUE (a))); local 3929 int unsignedp = TREE_UNSIGNED (type); local 5275 int unsignedp; local 5595 do_jump_if_equal (op1, op2, label, unsignedp) in do_jump_if_equal() argument 6014 int unsignedp = TREE_UNSIGNED (index_type); local
|
H A D | combine.c | 835 int unsignedp; in setup_incoming_promotions() local 2968 int unsignedp = 0; local 5753 int unsignedp = 0; local 6102 unsignedp, in_dest, in_compare) in make_extraction() argument 7681 int unsignedp = (code == UMIN || code == UMAX); local 9107 extended_count (x, mode, unsignedp) in extended_count() argument
|
H A D | c-lex.c | 1061 int unsignedp; local
|
/openbsd/gnu/gcc/gcc/ |
H A D | optabs.c | 210 int unsignedp, int no_extend) in widen_operand() 369 int unsignedp) in expand_widen_pattern_expr() 1154 rtx op1, rtx target, int unsignedp, in expand_simple_binop() 2050 int unsignedp) in expand_twoval_unop() 2143 int unsignedp) in expand_twoval_binop() 2307 rtx target, int unsignedp) in expand_simple_unop() 2531 int unsignedp) in expand_unop() 3598 int unsignedp = *punsignedp; in prepare_cmp_insn() local 4412 int unsignedp) in can_extend_p() 4446 int unsignedp, int *truncp_ptr) in can_fix_p() [all …]
|
H A D | dojump.c | 322 int unsignedp; in do_jump() local 618 do_jump_by_parts_greater_rtx (enum machine_mode mode, int unsignedp, rtx op0, in do_jump_by_parts_greater_rtx() 676 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, 0))); in do_jump_by_parts_greater() local 797 compare_from_rtx (rtx op0, rtx op1, enum rtx_code code, int unsignedp, in compare_from_rtx() 849 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp, in do_compare_rtx_and_jump() 992 int unsignedp; in do_compare_and_jump() local
|
H A D | expmed.c | 1090 unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, in extract_bit_field() 1703 int unsignedp) in extract_fixed_bit_field() 1900 int unsignedp) in extract_force_align_mem_bit_field() 2045 unsigned HOST_WIDE_INT bitpos, int unsignedp) in extract_split_bit_field() 2186 tree amount, rtx target, int unsignedp) in expand_shift() 3106 int unsignedp) in expand_mult() 3387 rtx op1, rtx target, int unsignedp) in expand_mult_highpart_adjust() 3433 rtx target, int unsignedp, int max_cost) in expand_mult_highpart_optab() 3543 rtx target, int unsignedp, int max_cost) in expand_mult_highpart() 3820 rtx op0, rtx op1, rtx target, int unsignedp) in expand_divmod() [all …]
|
H A D | stmt.c | 1533 int unsignedp = TYPE_UNSIGNED (type); in expand_value_return() local 1895 int unsignedp = TYPE_UNSIGNED (type); in expand_decl() local 2322 int unsignedp = TYPE_UNSIGNED (index_type); in expand_case() local 2601 int unsignedp) in do_jump_if_equal() 2942 int unsignedp = TYPE_UNSIGNED (index_type); in emit_case_nodes() local
|
H A D | expr.c | 349 convert_move (rtx to, rtx from, int unsignedp) in convert_move() 726 convert_to_mode (enum machine_mode mode, rtx x, int unsignedp) in convert_to_mode() 742 convert_modes (enum machine_mode mode, enum machine_mode oldmode, rtx x, int unsignedp) in convert_modes() 4057 int unsignedp; in expand_assignment() local 4440 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (exp)); in store_expr() local 5159 int unsignedp; in store_constructor() local 6455 int volatilep, unsignedp; in expand_expr_addr_expr_1() local 6746 int unsignedp; in expand_expr_real_1() local 8999 int unsignedp; in do_store_flag() local
|
H A D | function.c | 807 int unsignedp; in assign_temp() local 2118 int unsignedp = TYPE_UNSIGNED (passed_type); in assign_parm_find_data_types() local 2652 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (parm)); in assign_parm_setup_reg() local 3264 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (arg)); in promoted_input_arg() local 4439 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (decl_result)); in expand_function_end() local
|
H A D | c-common.c | 1611 c_common_type_for_size (unsigned int bits, int unsignedp) in c_common_type_for_size() 1657 c_common_type_for_mode (enum machine_mode mode, int unsignedp) in c_common_type_for_mode() 1832 c_common_signed_or_unsigned_type (int unsignedp, tree type) in c_common_signed_or_unsigned_type() 1888 c_build_bitfield_integer_type (unsigned HOST_WIDE_INT width, int unsignedp) in c_build_bitfield_integer_type() 1931 min_precision (tree value, int unsignedp) in min_precision() 2122 int unsignedp = TYPE_UNSIGNED (*restype_ptr); in shorten_compare() local 6249 builtin_type_for_size (int size, bool unsignedp) in builtin_type_for_size()
|
H A D | c-lex.c | 839 int unsignedp; in lex_charconst() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh52.C | 5 int unsignedp = *punsignedp; in promote_mode() local
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | typeck.c | 174 java_type_for_mode (mode, unsignedp) in java_type_for_mode() argument 198 java_type_for_size (bits, unsignedp) in java_type_for_size() argument 217 java_signed_or_unsigned_type (unsignedp, type) in java_signed_or_unsigned_type() argument
|
/openbsd/gnu/gcc/libcpp/ |
H A D | expr.c | 594 int unsignedp = 0; in eval_token() local 1152 bool unsignedp; in num_greater_eq() local 1456 bool unsignedp = lhs.unsignedp || rhs.unsignedp; in num_mul() local 1507 bool unsignedp = lhs.unsignedp || rhs.unsignedp; in num_div_op() local
|
H A D | charset.c | 1382 unsigned int *pchars_seen, int *unsignedp) in narrow_str_to_charconst() 1451 unsigned int *pchars_seen, int *unsignedp) in wide_str_to_charconst() 1501 unsigned int *pchars_seen, int *unsignedp) in cpp_interpret_charconst()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | uninit-4.c | 17 char unsignedp; member
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 845 tree_lang_type_for_size (unsigned precision, int unsignedp) in tree_lang_type_for_size() 867 tree_lang_type_for_mode (enum machine_mode mode, int unsignedp) in tree_lang_type_for_mode() 895 tree_lang_signed_or_unsigned_type (int unsignedp, tree type) in tree_lang_signed_or_unsigned_type()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | ieee.c | 3679 unsigned int unsignedp : 1; member 4240 unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) in ieee_push_type() 4421 bfd_boolean unsignedp, bfd_boolean localp) in ieee_define_type() 4433 bfd_boolean unsignedp, bfd_boolean localp, in ieee_define_named_type() 5182 ieee_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in ieee_int_type() 5576 bfd_boolean unsignedp, localp; in ieee_range_type() local 5722 bfd_boolean unsignedp, localp; in ieee_const_type() local 5761 bfd_boolean unsignedp, localp; in ieee_volatile_type() local 5925 bfd_boolean unsignedp; in ieee_struct_field() local
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ieee.c | 3680 unsigned int unsignedp : 1; member 4241 unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) in ieee_push_type() 4422 bfd_boolean unsignedp, bfd_boolean localp) in ieee_define_type() 4434 bfd_boolean unsignedp, bfd_boolean localp, in ieee_define_named_type() 5185 ieee_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in ieee_int_type() 5579 bfd_boolean unsignedp, localp; in ieee_range_type() local 5725 bfd_boolean unsignedp, localp; in ieee_const_type() local 5764 bfd_boolean unsignedp, localp; in ieee_volatile_type() local 5928 bfd_boolean unsignedp; in ieee_struct_field() local
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850.c | 925 ep_memory_offset (mode, unsignedp) in ep_memory_offset() argument 1210 int unsignedp = FALSE; local 1359 int unsignedp = FALSE; local
|