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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c128 2. "fullsize, that tells the size in bits of the entire structure.
142 foo.a -> id 1, size 32, offset 0, fullsize 64, next foo.b
143 foo.b -> id 2, size 32, offset 32, fullsize 64, next NULL
144 bar -> id 3, size 32, offset 0, fullsize 32, next NULL
334 unsigned HOST_WIDE_INT fullsize; member in struct:variable_info
453 vi->fullsize = 2;
459 vi2->fullsize = 2;
2933 vi->fullsize = -1;
3244 if ((unsigned HOST_WIDE_INT)bitpos < get_varinfo (result.var)->fullsize
3804 vi->fullsize
[all...]

Completed in 51 milliseconds