Searched refs:has_flexible_array (Results 1 – 3 of 3) sorted by relevance
234 if (has_flexible_array(member)) in examine_struct_union_type()236 if (has_flexible_array(member) && Wflexible_array_nested) in examine_struct_union_type()308 if (has_flexible_array(base_type) && Wflexible_array_array) in examine_array_type()
531 static inline int has_flexible_array(struct symbol *type) in has_flexible_array() function
2233 if (has_flexible_array(type) && Wflexible_array_sizeof) in evaluate_sizeof()