Searched refs:fieldtype (Results 1 – 4 of 4) sorted by relevance
275 const_tree fieldtype; in is_flexible_array() local278 fieldtype = TREE_TYPE(field); in is_flexible_array()279 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()281 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()396 static bool is_fptr(const_tree fieldtype) in is_fptr() argument398 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()412 const_tree fieldtype = get_field_type(field); in is_pure_ops_struct() local413 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct()415 if (node == fieldtype) in is_pure_ops_struct()419 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()[all …]
86 tree fieldtype = get_field_type(field); in is_userspace_type() local87 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type()90 if (is_userspace_type(fieldtype)) in is_userspace_type()
171 tree fieldtype; in handle_latent_entropy_attribute() local173 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute()174 if (TREE_CODE(fieldtype) == INTEGER_TYPE) in handle_latent_entropy_attribute()
90 u32 fieldtype; member259 priv->fieldtype = infmt->field; in vdic_setup_indirect()