Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddarwin-nat-info.c199 unsigned int name_count, type_count; in info_mach_ports_command() local
208 result = mach_port_names (task, &names, &name_count, &types, &type_count); in info_mach_ports_command()
211 gdb_assert (name_count == type_count); in info_mach_ports_command()
297 (type_count * sizeof (mach_port_type_t))); in info_mach_ports_command()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc75 static int type_count; variable
781 type_count++; in new_structure()
788 si->state_number = -type_count; in new_structure()
797 type_count++; in new_structure()
799 s->state_number = -type_count; in new_structure()
809 type_count++; in new_structure()
811 s->state_number = -type_count; in new_structure()
855 type_count++; in find_structure()
857 s->state_number = -type_count; in find_structure()
884 type_count++; in create_pointer()
[all …]
DChangeLog-20103186 (main): Call read_state and write_state. Print type_count.