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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c5692 tree cstype = (*lang_hooks.types.signed_type) (ctype);
5693 if ((t1 = extract_muldiv (op0, c, code, cstype, strict_overflow_p))
5696 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1));
5659 tree cstype = (*lang_hooks.types.signed_type) (ctype); local

Completed in 137 milliseconds