Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c409 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct() function
423 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()
444 …ttribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type)) in randomize_type()