Home
last modified time | relevance | path

Searched refs:empty_entry (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h386 goto empty_entry; in htab_find_slot()
401 goto empty_entry; in htab_find_slot()
411 empty_entry: in htab_find_slot()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h392 goto empty_entry; in htab_find_slot()
407 goto empty_entry; in htab_find_slot()
417 empty_entry: in htab_find_slot()
/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c143 static struct hash_entry empty_entry = { in findsym() local
156 return &empty_entry; in findsym()
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp181 class empty_entry : public simple_entry { class
183 empty_entry(const entry_modifier *);
441 empty_entry::empty_entry(const entry_modifier *m) in empty_entry() function in empty_entry
446 int empty_entry::line_type() in line_type()
1511 e = new empty_entry(f); in add_entry()
1522 e = new empty_entry(f); in add_entry()
1533 e = new empty_entry(f); in add_entry()
1551 e = new empty_entry(f); in add_entry()
1562 e = new empty_entry(f); in add_entry()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c656 goto empty_entry; in htab_find_slot_with_hash()
672 goto empty_entry; in htab_find_slot_with_hash()
682 empty_entry: in htab_find_slot_with_hash()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c656 goto empty_entry; in htab_find_slot_with_hash()
672 goto empty_entry; in htab_find_slot_with_hash()
682 empty_entry: in htab_find_slot_with_hash()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c656 goto empty_entry; in htab_find_slot_with_hash()
672 goto empty_entry; in htab_find_slot_with_hash()
682 empty_entry: in htab_find_slot_with_hash()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c656 goto empty_entry; in htab_find_slot_with_hash()
672 goto empty_entry; in htab_find_slot_with_hash()
682 empty_entry: in htab_find_slot_with_hash()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-table.h981 goto empty_entry; in find_slot_with_hash()
996 goto empty_entry; in find_slot_with_hash()
1006 empty_entry: in find_slot_with_hash()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-table.h978 goto empty_entry; in find_slot_with_hash()
993 goto empty_entry; in find_slot_with_hash()
1003 empty_entry: in find_slot_with_hash()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1154314 * tbl/table.c (class empty_entry): New class.
4315 (empty_entry::empty_entry, empty_entry::line_type): New functions.
4317 empty_entry.