HomeSort by: relevance | last modified time | path
    Searched defs:find_slot (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
hash-table.h 433 value_type *find_slot (const value_type &value, insert_option insert) function in class:hash_table
777 /* Similar to find_slot, but without several unwanted side effects:
  /src/external/gpl3/gcc.old/dist/gcc/
hash-table.h 433 value_type *find_slot (const value_type &value, insert_option insert) function in class:hash_table
723 /* Similar to find_slot, but without several unwanted side effects:
  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc 237 int slot_idx = find_slot (id);
307 PathTree::find_slot (int id) function in class:PathTree
602 int slot_ind = find_slot (id);
862 xlate[mind] = find_slot (mtr->get_id ());
1921 slot_idx = find_slot (mind); // may be -1 (CPI and IPC)
2538 xlate[mind] = find_slot (mtr->get_id ());
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc 237 int slot_idx = find_slot (id);
307 PathTree::find_slot (int id) function in class:PathTree
602 int slot_ind = find_slot (id);
862 xlate[mind] = find_slot (mtr->get_id ());
1921 slot_idx = find_slot (mind); // may be -1 (CPI and IPC)
2538 xlate[mind] = find_slot (mtr->get_id ());
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 233 symtab_index_entry &find_slot (const char *name);
273 mapped_symtab::find_slot (const char *name) function in class:mapped_symtab
302 auto &ref = this->find_slot (it.name);
356 symtab_index_entry &slot = this->find_slot (entry.name);
373 symtab_index_entry *slot = &this->find_slot (name);
385 slot = &this->find_slot (name);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 239 symtab_index_entry &find_slot (const char *name);
279 mapped_symtab::find_slot (const char *name) function in class:mapped_symtab
308 auto &ref = this->find_slot (it.name);
363 symtab_index_entry &slot = this->find_slot (entry.name);
380 symtab_index_entry *slot = &this->find_slot (name);
392 slot = &this->find_slot (name);

Completed in 30 milliseconds