Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc172 int nb_struct = 0, nb_union = 0, nb_array = 0, nb_pointer = 0; in dbgprint_count_type_at() local
192 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()