Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexpr.c101 int explicit_inc_from; member
912 data.explicit_inc_from = 0; in move_by_pieces()
933 data.explicit_inc_from = -1; in move_by_pieces()
939 data.explicit_inc_from = 1; in move_by_pieces()
1114 if (HAVE_PRE_DECREMENT && data->explicit_inc_from < 0) in move_by_pieces_1()
1131 if (HAVE_POST_INCREMENT && data->explicit_inc_from > 0) in move_by_pieces_1()