Searched refs:declsize (Results 1 – 2 of 2) sorted by relevance
6062 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); variable6067 if (!declsize6068 || !tree_fits_uhwi_p (declsize))6128 vi->fullsize = tree_to_uhwi (declsize);6161 vi->fullsize = tree_to_uhwi (declsize);
6186 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); in create_variable_info_for_1() local6191 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()