| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 546 htab_t type_hash; member in class:godump_container 1190 slot = htab_find_slot (container->type_hash, type, INSERT); 1229 slot = htab_find_slot (container->type_hash, type, INSERT); 1282 && (!htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), 1294 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), 1301 && htab_find_slot (container->type_hash, 1375 slot = htab_find_slot (data->type_hash, type, NO_INSERT); 1393 container.type_hash = htab_create (100, htab_hash_string, 1430 htab_delete (container.type_hash);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 546 htab_t type_hash; member in class:godump_container 1166 slot = htab_find_slot (container->type_hash, type, INSERT); 1205 slot = htab_find_slot (container->type_hash, type, INSERT); 1258 && (!htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), 1270 is_valid = htab_find_slot (container->type_hash, IDENTIFIER_POINTER (id), 1277 && htab_find_slot (container->type_hash, 1351 slot = htab_find_slot (data->type_hash, type, NO_INSERT); 1369 container.type_hash = htab_create (100, htab_hash_string, 1406 htab_delete (container.type_hash);
|