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

/freebsd-9.3-release/contrib/gcc/
H A Dconvert.c51 t = force_fit_type (t, 0, TREE_OVERFLOW (expr),
H A Dfold-const.c32 and force_fit_type.
43 force_fit_type takes a constant, an overflowable flag and prior
211 force_fit_type (tree t, int overflowable,
1698 t = force_fit_type (t, 1,
1974 t = force_fit_type (t,
2074 t = force_fit_type (t, -1, overflow | TREE_OVERFLOW (arg1),
3575 mask = force_fit_type (mask, 0, false, false);
3732 mask = force_fit_type (mask, 0, false, false);
3758 tmask = force_fit_type (tmask, 0, false, false);
6355 prod = force_fit_type (pro
209 force_fit_type (tree t, int overflowable, function
[all...]
H A Dstor-layout.c1994 it is sign extended in a way consistent with force_fit_type. */
2006 /* Now sign extend it using force_fit_type to ensure
2008 new_max = force_fit_type (new_max, 0, 0, 0);
H A Dtree.c1766 t = force_fit_type (t, 0, false, false);
5693 force_fit_type, which checks against the precision.
5748 /* Or to force_fit_type, if nothing else. */
5751 tmp = force_fit_type (tmp, -1, false, false);
H A Dtree.h4279 extern tree force_fit_type (tree, int, bool, bool);
H A Dc-common.c2226 primop1 = force_fit_type (tmp, 0, TREE_OVERFLOW (primop1),
H A Dbuiltins.c10352 ret = force_fit_type (ret, -1, false, false);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c257 expr = force_fit_type (expr, 0, false, false);

Completed in 186 milliseconds