| /src/external/gpl3/binutils/dist/gas/ |
| hash.h | 65 string_tuple_t *tuple = htab_find (table, &needle); 73 string_tuple_t *tuple = htab_find (table, &needle); 84 string_tuple_t *tuple = htab_find (table, &needle);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| hash.h | 65 string_tuple_t *tuple = htab_find (table, &needle); 73 string_tuple_t *tuple = htab_find (table, &needle); 84 string_tuple_t *tuple = htab_find (table, &needle);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| callbacks.cc | 85 found = (method *) htab_find (m_registry, &m);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| callbacks.cc | 85 found = (method *) htab_find (m_registry, &m);
|
| /src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| target-indirect.c | 107 hash_entry_type entry = htab_find (indirect_htab, &element);
|
| /src/external/gpl3/binutils/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/gcc.old/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/gcc/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/gdb/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hashtab.h | 51 different type (but in this case htab_find and htab_find_slot 170 extern void * htab_find (htab_t, const void *);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genhooks.cc | 139 p = htab_find (start_hooks, &sh); 181 shp = (struct s_hook *) htab_find (start_hooks, &sh); 255 while (!htab_find (start_hooks, &sh));
|
| read-md.cc | 109 return (const struct ptr_loc *) htab_find (m_ptr_locs, &ptr); 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); 503 def = (struct md_constant *) htab_find (m_md_constants, &tmp_def); 983 return (struct enum_type *) htab_find (m_enum_types, &name);
|
| read-rtl.cc | 426 htab_find (subst_attr_to_iter_map, &attr); 471 m = (struct mapping *) htab_find (iterator->group->attrs, &attr); 1211 m = (struct mapping *) htab_find (group->iterators, &name); 1339 m = (struct mapping *) htab_find (substs.iterators, &attr_operands[1]); 1583 mapping *m = (mapping *) htab_find (codes.attrs, &attr); 1595 mapping *iterator = (mapping *) htab_find (codes.iterators, &name); 1967 = (struct mapping *) htab_find (substs.attrs, &ptr); 1973 m = (struct mapping *) htab_find (substs.iterators, &str);
|
| lto-section-in.cc | 374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);
|
| godump.cc | 200 if (htab_find (macro_hash, &idval) == NULL)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genhooks.cc | 142 p = htab_find (start_hooks, &sh); 184 shp = (struct s_hook *) htab_find (start_hooks, &sh); 257 while (!htab_find (start_hooks, &sh));
|
| read-md.cc | 109 return (const struct ptr_loc *) htab_find (m_ptr_locs, &ptr); 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); 503 def = (struct md_constant *) htab_find (m_md_constants, &tmp_def); 983 return (struct enum_type *) htab_find (m_enum_types, &name);
|
| read-rtl.cc | 297 if (auto def = (struct md_constant *) htab_find (htab, &tmp_def)) 438 htab_find (subst_attr_to_iter_map, &attr); 502 m = (struct mapping *) htab_find (iterator->group->attrs, &attr); 1243 m = (struct mapping *) htab_find (group->iterators, &name); 1298 auto *subm = (struct mapping *) htab_find (group->iterators, 1388 m = (struct mapping *) htab_find (substs.iterators, &attr_operands[1]); 1632 mapping *m = (mapping *) htab_find (codes.attrs, &attr); 1644 mapping *iterator = (mapping *) htab_find (codes.iterators, &name); 2018 = (struct mapping *) htab_find (substs.attrs, &ptr); 2024 m = (struct mapping *) htab_find (substs.iterators, &str) [all...] |
| lto-section-in.cc | 374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| pch.cc | 244 slot = (void **) htab_find (ss->definedhash, &news); 282 slot = (void **) htab_find (ss->definedhash, &news);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| pch.cc | 244 slot = (void **) htab_find (ss->definedhash, &news); 282 slot = (void **) htab_find (ss->definedhash, &news);
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile.c | 165 found = (struct type_map_instance *) htab_find (m_type_map.get (), &inst); 234 err = (struct symbol_error *) htab_find (m_symbol_err_map.get (), &search);
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| hashtab.h | 334 htab_find (htab_t htab, const hash_entry_type element) function
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| hashtab.h | 334 htab_find (htab_t htab, const hash_entry_type element) function
|