Searched refs:completion_hash_entry (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c50 class completion_tracker::completion_hash_entry
54 completion_hash_entry (gdb::unique_xmalloc_ptr<char> name, function
95 completion_hash_entry *entry = (completion_hash_entry *) arg;
1605 const completion_hash_entry *entry
1606 = (const completion_hash_entry *) first;
1617 const completion_hash_entry *entry
1618 = (const completion_hash_entry *) arg;
1624 completion_hash_entry::deleter,
1668 *slot = new completion_hash_entry (st
[all...]
H A Dcompleter.h411 class completion_hash_entry;
428 void recompute_lcd_visitor (completion_hash_entry *entry);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.h412 class completion_hash_entry;
429 void recompute_lcd_visitor (completion_hash_entry *entry);
H A Dcompleter.c50 class completion_tracker::completion_hash_entry
54 completion_hash_entry (gdb::unique_xmalloc_ptr<char> name, function
1503 const completion_hash_entry *entry
1504 = (const completion_hash_entry *) first;
1515 const completion_hash_entry *entry
1516 = (const completion_hash_entry *) arg;
1523 htab_delete_entry<completion_hash_entry>,
1567 *slot = new completion_hash_entry (std::move (name), std::move (lcd));
1987 completion_tracker::recompute_lcd_visitor (completion_hash_entry *entry)
2038 completion_hash_entry *entr
[all...]

Completed in 310 milliseconds