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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c7382 tree stept = TREE_TYPE (decl);
7383 if (POINTER_TYPE_P (stept))
7384 stept = sizetype;
7385 step = fold_convert (stept, step);
7387 step = fold_build1 (NEGATE_EXPR, stept, step);
7379 tree stept = TREE_TYPE (decl); local
H A Domp-low.c3971 tree stept = TREE_TYPE (t);
3990 t = fold_build2 (MULT_EXPR, stept,
3991 fold_convert (stept, l), t);
3970 tree stept = TREE_TYPE (t); local

Completed in 206 milliseconds