Searched refs:fieldtype (Results 1 – 2 of 2) sorted by relevance
278 const_tree fieldtype; in is_flexible_array() local281 fieldtype = TREE_TYPE(field); in is_flexible_array()282 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()284 if (TREE_CODE(fieldtype) != ARRAY_TYPE) in is_flexible_array()382 static bool is_fptr(const_tree fieldtype) in is_fptr() argument384 if (TREE_CODE(fieldtype) != POINTER_TYPE) in is_fptr()398 const_tree fieldtype = get_field_type(field); in is_pure_ops_struct() local399 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct()401 if (node == fieldtype) in is_pure_ops_struct()405 if (!is_pure_ops_struct(fieldtype)) in is_pure_ops_struct()[all …]
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()
Completed in 790 milliseconds