Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c4539 get_set_constructor_bits (init, buffer, bit_size) in get_set_constructor_bits() function
4608 tree non_const_bits = get_set_constructor_bits (init, bit_buffer, bit_size);
H A Dtree.h2822 extern tree get_set_constructor_bits PARAMS ((tree, char *, int));
H A Dexpr.c5361 elt = get_set_constructor_bits (exp, bit_buffer, nbits);
H A DChangeLog.4113 * tree.c (get_set_constructor_bits): Use host_integerp and