Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree.c1062 bool sign_extended_type = (!TYPE_UNSIGNED (type) in double_int_to_tree() local
1066 cst = double_int_ext (cst, TYPE_PRECISION (type), !sign_extended_type); in double_int_to_tree()
1078 bool sign_extended_type = (!TYPE_UNSIGNED (type) in double_int_fits_to_tree_p() local
1083 = double_int_ext (cst, TYPE_PRECISION (type), !sign_extended_type); in double_int_fits_to_tree_p()
1107 bool sign_extended_type; in force_fit_type_double() local
1110 sign_extended_type = (!TYPE_UNSIGNED (type) in force_fit_type_double()
1119 || (overflowable > 0 && sign_extended_type)) in force_fit_type_double()
1123 !sign_extended_type); in force_fit_type_double()