| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| DebugInfo.h | 152 unsigned type_count() const { return TYs.size(); } function in class:llvm::DebugInfoFinder
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat-info.c | 199 unsigned int name_count, type_count; local 208 result = mach_port_names (task, &names, &name_count, &types, &type_count); 211 gdb_assert (name_count == type_count); 297 (type_count * sizeof (mach_port_type_t)));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat-info.c | 199 unsigned int name_count, type_count; local 208 result = mach_port_names (task, &names, &name_count, &types, &type_count); 211 gdb_assert (name_count == type_count); 297 (type_count * sizeof (mach_port_type_t)));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 75 static int type_count; variable 784 type_count++; 791 si->state_number = -type_count; 800 type_count++; 802 s->state_number = -type_count; 812 type_count++; 814 s->state_number = -type_count; 858 type_count++; 860 s->state_number = -type_count; 887 type_count++ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 75 static int type_count; variable 785 type_count++; 792 si->state_number = -type_count; 801 type_count++; 803 s->state_number = -type_count; 813 type_count++; 815 s->state_number = -type_count; 859 type_count++; 861 s->state_number = -type_count; 888 type_count++ [all...] |
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 2009 size_t type_count = 0; local 2033 type_count++; 2038 if(type_count == 0) {
|