Searched refs:nb_struct (Results 1 – 1 of 1) sorted by relevance
172 int nb_struct = 0, nb_union = 0, nb_array = 0, nb_pointer = 0; in dbgprint_count_type_at() local192 nb_struct++; in dbgprint_count_type_at()220 if (nb_struct > 0 || nb_union > 0) in dbgprint_count_type_at()221 fprintf (stderr, "@@%%@@ %d structs, %d unions\n", nb_struct, nb_union); in dbgprint_count_type_at()