/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-map-traits.h | 42 template <typename T> static inline void mark_empty (T &); 89 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty() function 91 H::mark_empty (entry.m_key); in mark_empty() 120 template <typename T> static inline void mark_empty (T &); 151 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty() function 153 default_hash_traits <Value>::mark_empty (entry.m_value); in mark_empty()
|
H A D | hash-traits.h | 104 static inline void mark_empty (Type &); 133 int_hash <Type, Empty, Deleted>::mark_empty (Type &x) in mark_empty() function 167 static inline void mark_empty (Type *&); 198 pointer_hash <Type>::mark_empty (Type *&e) in mark_empty() function 346 static inline void mark_empty (value_type &); 382 pair_hash <T1, T2>::mark_empty (value_type &x) in mark_empty() function 384 T1::mark_empty (x.first); in mark_empty()
|
H A D | hash-table.h | 549 static void mark_empty (value_type &v) in mark_empty() function 551 Descriptor::mark_empty (v); in mark_empty() 718 mark_empty (nentries[i]); in alloc_entries() 878 mark_empty (entries[i]); in empty_slow() 1013 mark_empty (*first_deleted_slot); in find_slot_with_hash()
|
H A D | tree-hasher.h | 44 static void mark_empty (value_type &v) { v.to = NULL; } in mark_empty() function
|
H A D | hash-set-tests.cc | 204 static void mark_empty (value_type &v) in mark_empty() function 206 base_type::mark_empty (v.val); in mark_empty()
|
H A D | hash-map.h | 70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } in class() function
|
H A D | graphite.cc | 237 static void mark_empty (seir_cache_key &key) { key.entry_dest = 0; } in mark_empty() function
|
H A D | sanopt.cc | 135 mark_empty (sanopt_tree_triplet &ref) in mark_empty() function 192 mark_empty (sanopt_tree_couple &ref) in mark_empty() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-map-traits.h | 42 template <typename T> static inline void mark_empty (T &); 89 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty() function 91 H::mark_empty (entry.m_key); in mark_empty() 120 template <typename T> static inline void mark_empty (T &); 151 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty() function 153 default_hash_traits <Value>::mark_empty (entry.m_value); in mark_empty()
|
H A D | hash-traits.h | 92 static inline void mark_empty (Type &); 121 int_hash <Type, Empty, Deleted>::mark_empty (Type &x) in mark_empty() function 155 static inline void mark_empty (Type *&); 186 pointer_hash <Type>::mark_empty (Type *&e) in mark_empty() function 329 static inline void mark_empty (value_type &); 365 pair_hash <T1, T2>::mark_empty (value_type &x) in mark_empty() function 367 T1::mark_empty (x.first); in mark_empty()
|
H A D | hash-table.h | 549 static void mark_empty (value_type &v) in mark_empty() function 551 Descriptor::mark_empty (v); in mark_empty() 718 mark_empty (nentries[i]); in alloc_entries() 875 mark_empty (entries[i]); in empty_slow() 1010 mark_empty (*first_deleted_slot); in find_slot_with_hash()
|
H A D | tree-hasher.h | 44 static void mark_empty (value_type &v) { v.to = NULL; } in mark_empty() function
|
H A D | hash-set-tests.c | 204 static void mark_empty (value_type &v) in mark_empty() function 206 base_type::mark_empty (v.val); in mark_empty()
|
H A D | hash-map.h | 70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } in class() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | svalue.h | 217 void mark_empty () { m_type = reinterpret_cast<tree> (2); } in mark_empty() function 387 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 494 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 616 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 704 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 795 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 876 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 963 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 1139 void mark_empty () { m_type = reinterpret_cast<tree> (2); } 1253 void mark_empty () { m_type = reinterpret_cast<tree> (2); } [all …]
|
H A D | region.h | 285 void mark_empty () { m_fun = NULL; } in mark_empty() function 591 void mark_empty () { m_sval_ptr = NULL; } 716 void mark_empty () { m_field = NULL_TREE; } 792 void mark_empty () { m_index = NULL; } 877 void mark_empty () { m_byte_offset = NULL; } 963 void mark_empty () { m_byte_size_sval = NULL; } 1051 void mark_empty () { m_type = NULL_TREE; } 1192 void mark_empty () { m_parent = NULL; }
|
H A D | analyzer.h | 324 static inline void mark_empty (Type &); 344 static inline void mark_empty (Type &t) { t.mark_empty (); } in mark_empty() function
|
H A D | exploded-graph.h | 507 static inline void mark_empty (T &entry) in mark_empty() function 577 static inline void mark_empty (T &entry) in mark_empty() function 644 static inline void mark_empty (T &entry) in mark_empty() function
|
H A D | state-purge.h | 54 pod_hash_traits<function_point>::mark_empty (value_type &v)
|
H A D | store.h | 390 void mark_empty () { m_bit_range.m_start_bit_offset = -2; } in mark_empty() function 439 void mark_empty () { m_region = NULL; }
|
H A D | constraint-manager.h | 216 static inline void mark_empty (key_type &k) { k = NULL; }
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | analyzer.h | 122 static inline void mark_empty (Type &);
|
H A D | exploded-graph.h | 443 static inline void mark_empty (T &entry) in mark_empty() function 513 static inline void mark_empty (T &entry) in mark_empty() function 580 static inline void mark_empty (T &entry) in mark_empty() function
|
H A D | state-purge.h | 54 pod_hash_traits<function_point>::mark_empty (value_type &v)
|
H A D | program-state.h | 87 pod_hash_traits<svalue_id>::mark_empty (value_type &v)
|