Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c6062 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); variable
6067 if (!declsize
6068 || !tree_fits_uhwi_p (declsize))
6128 vi->fullsize = tree_to_uhwi (declsize);
6161 vi->fullsize = tree_to_uhwi (declsize);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc6186 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); in create_variable_info_for_1() local
6191 if (!declsize in create_variable_info_for_1()
6192 || !tree_fits_uhwi_p (declsize)) in create_variable_info_for_1()
6252 vi->fullsize = tree_to_uhwi (declsize); in create_variable_info_for_1()
6285 vi->fullsize = tree_to_uhwi (declsize); in create_variable_info_for_1()