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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c5649 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); local
5654 if (!declsize
5655 || !tree_fits_uhwi_p (declsize))
5715 vi->fullsize = tree_to_uhwi (declsize);
5723 vi->fullsize = tree_to_uhwi (declsize);

Completed in 104 milliseconds