Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c292 const_tree fieldtype; in is_flexible_array() local
297 fieldtype = TREE_TYPE(field); in is_flexible_array()
298 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()
300 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()
303 elemtype = TREE_TYPE(fieldtype); in is_flexible_array()
308 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE && in is_flexible_array()
309 TYPE_MAX_VALUE(TYPE_DOMAIN(fieldtype)) == NULL_TREE) in is_flexible_array()
424 static bool is_fptr(const_tree fieldtype) in is_fptr() argument
426 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()
429 return TREE_CODE(TREE_TYPE(fieldtype)) == FUNCTION_TYPE; in is_fptr()
[all …]
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A 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()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200118.patch.gz1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c844 u8 fieldtype[2]; member