Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c4607 char *bit_buffer = (char *) alloca (bit_size); local
4608 tree non_const_bits = get_set_constructor_bits (init, bit_buffer, bit_size);
4615 if (bit_buffer[i])
H A Dexpr.c5355 char *bit_buffer = (char *) alloca (nbits); local
5361 elt = get_set_constructor_bits (exp, bit_buffer, nbits);
5364 if (bit_buffer[ibit])