Home | History | Annotate | Download | only in gcc

Lines Matching defs:nextf

2063   tree nextf, size;
2081 nextf = DECL_CHAIN (field);
2082 while (nextf && TREE_CODE (nextf) != FIELD_DECL)
2083 nextf = DECL_CHAIN (nextf);
2086 nextf = NULL_TREE;
2087 if (nextf)
2092 if (TREE_TYPE (nextf) == error_mark_node)
2097 maxsize = size_diffop (DECL_FIELD_OFFSET (nextf),
2102 + tree_to_uhwi (DECL_FIELD_BIT_OFFSET (nextf))
2104 /* If the group ends within a bitfield nextf does not need to be
2170 DECL_CHAIN (repr) = nextf;