| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-loop-niter.c | 2602 tree type = TREE_TYPE (base), unsigned_type; in record_nonwrapping_iv() local 2621 unsigned_type = unsigned_type_for (type); in record_nonwrapping_iv() 2622 base = fold_convert (unsigned_type, base); in record_nonwrapping_iv() 2623 step = fold_convert (unsigned_type, step); in record_nonwrapping_iv() 2627 extreme = fold_convert (unsigned_type, low); in record_nonwrapping_iv() 2629 base = fold_convert (unsigned_type, high); in record_nonwrapping_iv() 2630 delta = fold_build2 (MINUS_EXPR, unsigned_type, base, extreme); in record_nonwrapping_iv() 2631 step = fold_build1 (NEGATE_EXPR, unsigned_type, step); in record_nonwrapping_iv() 2635 extreme = fold_convert (unsigned_type, high); in record_nonwrapping_iv() 2637 base = fold_convert (unsigned_type, low); in record_nonwrapping_iv() [all …]
|
| HD | fold-const.c | 3369 tree signed_type, unsigned_type; in optimize_bit_field_compare() local 3420 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1); in optimize_bit_field_compare() 3435 mask = build_int_cst_type (unsigned_type, -1); in optimize_bit_field_compare() 3444 fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare() 3446 unsigned_type, in optimize_bit_field_compare() 3450 fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type, in optimize_bit_field_compare() 3452 unsigned_type, in optimize_bit_field_compare() 3470 unsigned_type, rhs), in optimize_bit_field_compare() 3501 lhs = make_bit_field_ref (loc, linner, unsigned_type, nbitsize, nbitpos, 1); in optimize_bit_field_compare() 3510 fold_convert_loc (loc, unsigned_type, rhs), in optimize_bit_field_compare() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-loop-niter.c | 3198 tree type = TREE_TYPE (base), unsigned_type; in record_nonwrapping_iv() local 3217 unsigned_type = unsigned_type_for (type); in record_nonwrapping_iv() 3218 base = fold_convert (unsigned_type, base); in record_nonwrapping_iv() 3219 step = fold_convert (unsigned_type, step); in record_nonwrapping_iv() 3224 extreme = fold_convert (unsigned_type, low); in record_nonwrapping_iv() 3231 base = wide_int_to_tree (unsigned_type, max); in record_nonwrapping_iv() 3235 base = fold_convert (unsigned_type, high); in record_nonwrapping_iv() 3236 delta = fold_build2 (MINUS_EXPR, unsigned_type, base, extreme); in record_nonwrapping_iv() 3237 step = fold_build1 (NEGATE_EXPR, unsigned_type, step); in record_nonwrapping_iv() 3242 extreme = fold_convert (unsigned_type, high); in record_nonwrapping_iv() [all …]
|
| HD | langhooks.c | 514 return (unsignedp ? int_n_trees[i].unsigned_type in lhd_type_for_size()
|
| HD | fold-const.c | 4038 tree unsigned_type; in optimize_bit_field_compare() local 4108 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1); in optimize_bit_field_compare() 4123 mask = build_int_cst_type (unsigned_type, -1); in optimize_bit_field_compare() 4135 tree t1 = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 4137 t1 = fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type, t1, mask); in optimize_bit_field_compare() 4138 tree t2 = make_bit_field_ref (loc, rinner, rhs, unsigned_type, in optimize_bit_field_compare() 4140 t2 = fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type, t2, mask); in optimize_bit_field_compare() 4186 lhs = make_bit_field_ref (loc, linner, lhs, unsigned_type, in optimize_bit_field_compare() 4191 fold_convert_loc (loc, unsigned_type, rhs), in optimize_bit_field_compare() 4196 build2 (BIT_AND_EXPR, unsigned_type, lhs, mask), rhs); in optimize_bit_field_compare() [all …]
|
| HD | gimple.c | 2325 && (type1 == int_n_trees[i].unsigned_type in gimple_signed_or_unsigned_type() 2328 ? int_n_trees[i].unsigned_type in gimple_signed_or_unsigned_type() 2449 ? int_n_trees[i].unsigned_type in gimple_signed_or_unsigned_type()
|
| HD | tree.c | 9628 return (unsignedp ? int_n_trees[i].unsigned_type in make_or_reuse_type() 9790 int_n_trees[i].unsigned_type = make_unsigned_type (int_n_data[i].bitsize); in build_common_tree_nodes() 9792 TYPE_SIZE (int_n_trees[i].unsigned_type) = bitsize_int (int_n_data[i].bitsize); in build_common_tree_nodes() 9797 integer_types[itk_unsigned_intN_0 + i * 2] = int_n_trees[i].unsigned_type; in build_common_tree_nodes() 9830 size_type_node = int_n_trees[i].unsigned_type; in build_common_tree_nodes()
|
| HD | gimple-ssa-sprintf.c | 1120 *puintmax = int_n_trees[i].unsigned_type; in build_intmax_type_nodes()
|
| HD | tree.h | 5777 tree unsigned_type;
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | go-exp.y | 728 struct type *unsigned_type; in parse_number() local 858 unsigned_type = parse_type->builtin_unsigned_int; in parse_number() 865 unsigned_type = parse_type->builtin_unsigned_long; in parse_number() 878 unsigned_type = parse_type->builtin_unsigned_long_long; in parse_number() 889 putithere->typed_val_int.type = unsigned_type; in parse_number()
|
| HD | f-exp.y | 682 struct type *unsigned_type; variable 784 unsigned_type = parse_type->builtin_unsigned_long; 790 unsigned_type = parse_type->builtin_unsigned_int; 800 putithere->typed_val.type = unsigned_type;
|
| HD | p-exp.y | 878 struct type *unsigned_type; variable 998 unsigned_type = parse_type->builtin_unsigned_int; 1005 unsigned_type = parse_type->builtin_unsigned_long; 1018 unsigned_type = parse_type->builtin_unsigned_long_long; 1029 putithere->typed_val_int.type = unsigned_type;
|
| HD | cp-name-parser.y | 1366 struct demangle_component *unsigned_type; in parse_number() local 1437 unsigned_type = make_builtin_type ("unsigned int"); in parse_number() 1442 unsigned_type = make_builtin_type ("unsigned long"); in parse_number() 1447 unsigned_type = make_builtin_type ("unsigned long long"); in parse_number() 1452 type = unsigned_type; in parse_number()
|
| HD | go-exp.c | 2536 struct type *unsigned_type; in parse_number() local 2666 unsigned_type = parse_type->builtin_unsigned_int; in parse_number() 2673 unsigned_type = parse_type->builtin_unsigned_long; in parse_number() 2686 unsigned_type = parse_type->builtin_unsigned_long_long; in parse_number() 2697 putithere->typed_val_int.type = unsigned_type; in parse_number()
|
| HD | c-exp.y | 1671 struct type *unsigned_type; in parse_number() local 1837 unsigned_type = parse_type->builtin_unsigned_int; in parse_number() 1844 unsigned_type = parse_type->builtin_unsigned_long; in parse_number() 1857 unsigned_type = parse_type->builtin_unsigned_long_long; in parse_number() 1868 putithere->typed_val_int.type = unsigned_type; in parse_number()
|
| /dragonfly/contrib/gcc-8.0/gcc/lto/ |
| HD | lto-lang.c | 953 return (unsigned_p ? int_n_trees[i].unsigned_type in lto_type_for_mode() 1249 uintmax_type_node = int_n_trees[i].unsigned_type; in lto_build_c_type_nodes()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.c | 2108 return (unsignedp ? int_n_trees[i].unsigned_type in c_common_type_for_size() 2198 return (unsignedp ? int_n_trees[i].unsigned_type in c_common_type_for_mode() 2434 && (type1 == int_n_trees[i].unsigned_type in c_common_signed_or_unsigned_type() 2436 return (unsignedp ? int_n_trees[i].unsigned_type in c_common_signed_or_unsigned_type() 2556 return (unsignedp ? int_n_trees[i].unsigned_type in c_common_signed_or_unsigned_type() 2603 return (unsignedp ? int_n_trees[i].unsigned_type in c_build_bitfield_integer_type() 3983 record_builtin_type (RID_MAX, name, int_n_trees[i].unsigned_type); in c_common_nodes_and_builtins()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | rtti.c | 1578 emit_support_tinfo_1 (int_n_trees[ix].unsigned_type); in emit_support_tinfos()
|
| HD | typeck.c | 384 || same_type_p (TYPE_MAIN_VARIANT (t1), int_n_trees[i].unsigned_type) in cp_common_type() 385 || same_type_p (TYPE_MAIN_VARIANT (t2), int_n_trees[i].unsigned_type))) in cp_common_type() 388 ? int_n_trees[i].unsigned_type in cp_common_type()
|
| HD | decl.c | 10717 type = int_n_trees[declspecs->int_n_idx].unsigned_type; in grokdeclarator()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 11108 ? int_n_trees[specs->int_n_idx].unsigned_type in finish_declspecs()
|