Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c274 const_tree fieldtype; in is_flexible_array() local
279 fieldtype = TREE_TYPE(field); in is_flexible_array()
280 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()
282 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()
285 elemtype = TREE_TYPE(fieldtype); in is_flexible_array()
290 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE && in is_flexible_array()
291 TYPE_MAX_VALUE(TYPE_DOMAIN(fieldtype)) == NULL_TREE) in is_flexible_array()
406 static bool is_fptr(const_tree fieldtype) in is_fptr() argument
408 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()
411 return TREE_CODE(TREE_TYPE(fieldtype)) == FUNCTION_TYPE; in is_fptr()
[all …]
Dstructleak_plugin.c86 tree fieldtype = get_field_type(field); in is_userspace_type() local
87 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type()
90 if (is_userspace_type(fieldtype)) in is_userspace_type()
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()
/linux-5.19.10/drivers/staging/media/imx/
Dimx-media-vdic.c90 u32 fieldtype; member
206 switch (priv->fieldtype) { in prepare_vdi_in_buffers()
313 priv->fieldtype = infmt->field; in vdic_setup_indirect()
/linux-5.19.10/drivers/net/wireless/cisco/
Dairo.c843 u8 fieldtype[2]; member