Home
last modified time | relevance | path

Searched refs:has_flex_array (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c91 char has_flex_array; member
235 info.has_flex_array = 1; in examine_struct_union_type()
249 info.has_flex_array = 1; in examine_struct_union_type()
251 if (info.has_flex_array && (!is_union_type(sym) || Wflexible_array_union)) in examine_struct_union_type()
252 sym->has_flex_array = 1; in examine_struct_union_type()
Dsymbol.h189 has_flex_array:1, member
535 return type->has_flex_array; in has_flexible_array()