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

/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c4568 register int bitschange
4574 if (bitschange < 0
4589 if (bitschange > 0)
4653 register int bitschange
4658 if (bitschange < 0)
4665 if (bitschange > 0)
4678 else /* bitschange == 0 */
4541 register int bitschange local
4625 register int bitschange local
/haiku-buildtools/gcc/gcc/
H A Dtree.c8557 int bitschange;
8565 bitschange = TYPE_PRECISION (TREE_TYPE (op))
8570 if (bitschange < 0
8585 if (bitschange > 0)
8629 int bitschange
8634 if (bitschange < 0)
8640 if (bitschange > 0)
8654 else /* bitschange == 0 */
8533 int bitschange; local
8604 int bitschange local

Completed in 67 milliseconds