Home
last modified time | relevance | path

Searched refs:has_flexible_array (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c234 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()
Dsymbol.h531 static inline int has_flexible_array(struct symbol *type) in has_flexible_array() function
Devaluate.c2233 if (has_flexible_array(type) && Wflexible_array_sizeof) in evaluate_sizeof()