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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c3688 fieldoff_s *real_part, *img_part; local
3695 img_part = VEC_safe_push (fieldoff_s, heap, *fieldstack, NULL);
3696 img_part->type = TREE_TYPE (type);
3697 img_part->size = TYPE_SIZE (TREE_TYPE (type));
3698 img_part->offset = offset + TREE_INT_CST_LOW (TYPE_SIZE (TREE_TYPE (type)));
3699 img_part->decl = NULL_TREE;

Completed in 54 milliseconds