Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c297 const_tree fieldtype; in is_flexible_array() local
302 fieldtype = TREE_TYPE(field); in is_flexible_array()
303 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()
305 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()
308 elemtype = TREE_TYPE(fieldtype); in is_flexible_array()
313 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE && in is_flexible_array()
314 TYPE_MAX_VALUE(TYPE_DOMAIN(fieldtype)) == NULL_TREE) in is_flexible_array()
429 static bool is_fptr(const_tree fieldtype) in is_fptr() argument
431 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()
434 return TREE_CODE(TREE_TYPE(fieldtype)) == FUNCTION_TYPE; in is_fptr()
[all …]
Dstructleak_plugin.c88 tree fieldtype = get_field_type(field); in is_userspace_type() local
89 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type()
92 if (is_userspace_type(fieldtype)) in is_userspace_type()
Dlatent_entropy_plugin.c175 tree fieldtype; in handle_latent_entropy_attribute() local
177 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute()
178 if (TREE_CODE(fieldtype) == INTEGER_TYPE) in handle_latent_entropy_attribute()