Searched refs:outer_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa.c914 tree_ssa_useless_type_conversion_1 (tree outer_type, tree inner_type) argument
916 if (inner_type == outer_type)
920 if (TYPE_MODE (inner_type) != TYPE_MODE (outer_type))
926 if (lang_hooks.types_compatible_p (inner_type, outer_type))
936 && POINTER_TYPE_P (outer_type)
938 == TYPE_REF_CAN_ALIAS_ALL (outer_type)
939 && TREE_CODE (TREE_TYPE (outer_type)) == VOID_TYPE)
946 && POINTER_TYPE_P (outer_type)
947 && TYPE_VOLATILE (TREE_TYPE (outer_type))
955 && POINTER_TYPE_P (outer_type)
[all...]
H A Dtree-ssa-forwprop.c352 tree outer_type; local
355 outer_type = TREE_TYPE (def_rhs);
358 if ((TREE_CODE (outer_type) == BOOLEAN_TYPE
361 && INTEGRAL_TYPE_P (outer_type)))
363 else if (INTEGRAL_TYPE_P (outer_type)
H A Dtree-vrp.c2070 tree outer_type = TREE_TYPE (expr); local
2082 && TYPE_PRECISION (outer_type) > TYPE_PRECISION (inner_type)))
2100 new_min = fold_convert (outer_type, orig_min);
2101 new_max = fold_convert (outer_type, orig_max);
2126 if (TYPE_SIZE (inner_type) != TYPE_SIZE (outer_type)
2127 || TYPE_PRECISION (inner_type) != TYPE_PRECISION (outer_type))
H A Dfold-const.c3686 tree outer_type = 0;
3704 outer_type = TREE_TYPE (exp);
3726 if (outer_type && *pbitsize == TYPE_PRECISION (outer_type))
3727 *punsignedp = TYPE_UNSIGNED (outer_type);
6681 tree shorter_type, outer_type;
6723 outer_type = TREE_TYPE (arg1_unw);
6724 min = lower_bound_in_type (outer_type, shorter_type);
6725 max = upper_bound_in_type (outer_type, shorter_type);
6773 tree inner_type, outer_type;
3663 tree outer_type = 0; local
6646 tree shorter_type, outer_type; local
6738 tree inner_type, outer_type; local
12515 tree outer_type = TREE_TYPE (t); local
12777 tree outer_type = TREE_TYPE (t); local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-typeprint.c501 struct type *outer_type, struct ui_file *stream,
509 discr_type = ada_variant_discrim_type (var_type, outer_type);
528 outer_type, stream, show, level + 4) <= 0)
542 print_variant_part (struct type *type, int field_num, struct type *outer_type,
548 print_variant_clauses (type, field_num, outer_type, stream, show,
563 print_record_field_types (struct type *type, struct type *outer_type,
585 print_variant_part (type, i, outer_type, stream, show, level);
499 print_variant_clauses(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
541 print_variant_part(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
562 print_record_field_types(struct type *type, struct type *outer_type, struct ui_file *stream, int show, int level) argument

Completed in 201 milliseconds