Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-fold.cc4575 HOST_WIDE_INT this_sz in clear_padding_union() local
4578 memcpy (buf->buf + buf->size, union_ptr, this_sz); in clear_padding_union()
4579 buf->size += this_sz; in clear_padding_union()
4580 union_ptr += this_sz; in clear_padding_union()
4581 sz -= this_sz; in clear_padding_union()