| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | hashtab.h | 56 #define HTAB_EMPTY_ENTRY ((hash_entry_type) 0) macro 268 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 281 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 319 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY) in htab_expand() 344 if (entry == HTAB_EMPTY_ENTRY in htab_find() 356 if (entry == HTAB_EMPTY_ENTRY in htab_find() 391 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot() 406 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot() 424 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot() 440 || *slot == HTAB_EMPTY_ENTRY || *slot == HTAB_DELETED_ENTRY) in htab_clear_slot()
|
| D | task.c | 2189 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY) in gomp_reduction_register()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | hashtab.c | 420 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_delete() 446 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_empty() 488 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 501 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 563 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY) in htab_expand() 596 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 609 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 655 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 671 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 689 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash() [all …]
|
| D | functions.texi | 568 initially empty (all the hash table entries are @code{HTAB_EMPTY_ENTRY}).
|
| D | ChangeLog | 1220 than if *slot is HTAB_EMPTY_ENTRY.
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | hashtab.c | 420 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_delete() 446 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_empty() 488 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 501 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 563 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY) in htab_expand() 596 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 609 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 655 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 671 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 689 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash() [all …]
|
| D | functions.texi | 568 initially empty (all the hash table entries are @code{HTAB_EMPTY_ENTRY}).
|
| D | ChangeLog | 1220 than if *slot is HTAB_EMPTY_ENTRY.
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | hashtab.c | 420 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_delete() 446 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY) in htab_empty() 488 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 501 if (*slot == HTAB_EMPTY_ENTRY) in find_empty_slot_for_expand() 563 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY) in htab_expand() 596 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 609 if (entry == HTAB_EMPTY_ENTRY in htab_find_with_hash() 655 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 671 if (entry == HTAB_EMPTY_ENTRY) in htab_find_slot_with_hash() 689 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash() [all …]
|
| D | functions.texi | 568 initially empty (all the hash table entries are @code{HTAB_EMPTY_ENTRY}).
|
| D | ChangeLog | 729 than if *slot is HTAB_EMPTY_ENTRY.
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | hashtab.h | 82 #define HTAB_EMPTY_ENTRY ((void *) 0) macro
|
| D | ChangeLog-0415 | 1741 (HTAB_EMPTY_ENTRY): New macro.
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | hashtab.h | 82 #define HTAB_EMPTY_ENTRY ((void *) 0) macro
|
| D | ChangeLog-0415 | 1741 (HTAB_EMPTY_ENTRY): New macro.
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | hashtab.h | 82 #define HTAB_EMPTY_ENTRY ((PTR) 0) macro
|
| D | ChangeLog | 1734 (HTAB_EMPTY_ENTRY): New macro.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | plugin.cc | 401 gcc_assert (*slot == HTAB_EMPTY_ENTRY); in get_named_event_id() 408 if (*slot != HTAB_EMPTY_ENTRY) in get_named_event_id()
|
| D | genhooks.cc | 125 if (*p != HTAB_EMPTY_ENTRY) in emit_documentation()
|
| D | dwarf2out.cc | 5151 if (*slot == HTAB_EMPTY_ENTRY) in add_addr_table_entry() 8354 if (*slot != HTAB_EMPTY_ENTRY) in copy_ancestor_tree() 8795 gcc_assert (*slot == HTAB_EMPTY_ENTRY); in clone_tree_partial() 8835 if (*slot != HTAB_EMPTY_ENTRY) in copy_decls_walk() 8919 gcc_assert (*slot == HTAB_EMPTY_ENTRY); in collect_skeleton_dies() 9097 if (*slot != HTAB_EMPTY_ENTRY) in lookup_external_ref() 32426 if (*slot != HTAB_EMPTY_ENTRY) in dwarf2out_finish() 33093 if (*slot != HTAB_EMPTY_ENTRY) in dwarf2out_early_finish()
|
| D | tree-cfg.cc | 1133 if (*slot == HTAB_EMPTY_ENTRY) in next_discriminator_for_locus()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | completer.c | 1562 if (*slot == HTAB_EMPTY_ENTRY) in maybe_add_completion()
|
| D | solib-svr4.c | 1697 gdb_assert (*slot == HTAB_EMPTY_ENTRY); in register_solib_event_probe()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | objcopy.c | 1810 if (htab_find (redefine_specific_htab, new_node) != HTAB_EMPTY_ENTRY) in add_redefine_and_check() 1814 if (htab_find (redefine_specific_reverse_htab, target) != HTAB_EMPTY_ENTRY) in add_redefine_and_check()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-act.cc | 4144 if (duplicate_ivar != HTAB_EMPTY_ENTRY) in objc_detect_field_duplicates()
|