Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c461 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local
495 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) * in update_decl_size()
498 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size()