Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbitmap.c552 bitmap_element *to_tmp; local
563 changed |= (t0 != to_tmp->bits[0]); \
567 changed |= (t1 != to_tmp->bits[1]); \
568 to_tmp->bits[0] = t0; \
569 to_tmp->bits[1] = t1; \
581 changed |= (t != to_tmp->bits[i]); \
582 to_tmp->bits[i] = t; \
625 to_tmp = to_ptr;
627 bitmap_elem_to_freelist (to, to_tmp);
631 to_tmp = to_ptr;
[all …]