Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
A Drandomize_layout_plugin.c278 const_tree fieldtype; in is_flexible_array() local
281 fieldtype = TREE_TYPE(field); in is_flexible_array()
282 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()
284 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()
382 static bool is_fptr(const_tree fieldtype) in is_fptr() argument
384 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()
398 const_tree fieldtype = get_field_type(field); in is_pure_ops_struct() local
399 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct()
401 if (node == fieldtype) in is_pure_ops_struct()
405 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()
[all …]
A Dlatent_entropy_plugin.c171 tree fieldtype; in handle_latent_entropy_attribute() local
173 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute()
174 if (TREE_CODE(fieldtype) == INTEGER_TYPE) in handle_latent_entropy_attribute()

Completed in 790 milliseconds