Searched refs:fieldtype (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c279 const_tree fieldtype; local
282 fieldtype = TREE_TYPE(field);
283 typesize = TYPE_SIZE(fieldtype);
285 if (TREE_CODE(fieldtype) != ARRAY_TYPE)
290 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE &&
291 TYPE_MAX_VALUE(TYPE_DOMAIN(fieldtype)) == NULL_TREE)
400 static bool is_fptr(const_tree fieldtype) argument
402 if (TREE_CODE(fieldtype) != POINTER_TYPE)
405 return TREE_CODE(TREE_TYPE(fieldtype)) == FUNCTION_TYPE;
416 const_tree fieldtype local
[all...]
H A Dstructleak_plugin.c86 tree fieldtype = get_field_type(field); local
87 enum tree_code code = TREE_CODE(fieldtype);
90 if (is_userspace_type(fieldtype))
H A Dlatent_entropy_plugin.c171 tree fieldtype; local
173 fieldtype = TREE_TYPE(fld);
174 if (TREE_CODE(fieldtype) == INTEGER_TYPE)
/linux-master/drivers/staging/media/imx/
H A Dimx-media-vdic.c90 u32 fieldtype; member in struct:vdic_priv
206 switch (priv->fieldtype) {
222 * can't get here, priv->fieldtype can only be one of
313 priv->fieldtype = infmt->field;

Completed in 116 milliseconds