Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc1811 tree tpsize = TYPE_SIZE_UNIT (eltype); in handle_array_ref() local
1812 if (!tpsize || TREE_CODE (tpsize) != INTEGER_CST) in handle_array_ref()
1818 offset_int sz = wi::to_offset (tpsize); in handle_array_ref()
H A DChangeLog-20197056 by tpsize if it is both non-NULL and INTEGER_CST, otherwise punt.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c4039 tree tpsize = TYPE_SIZE_UNIT (eltype); in compute_objsize() local
4040 if (tpsize && TREE_CODE (tpsize) == INTEGER_CST) in compute_objsize()
4042 wide_int wsz = wi::to_wide (tpsize, offrng->get_precision ()); in compute_objsize()