Searched refs:is_deleted (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-hasher.h40 static bool is_deleted (const value_type &v) function in struct:int_tree_hasher
H A Dhash-table.h465 template<typename U> static char test (helper<U, U::is_deleted> *);
476 return Traits::is_deleted (v);
1251 static bool is_deleted (value_type &v) function in class:hash_table
1316 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i]))
1365 gcc_checking_assert (!is_deleted (*slot));
1379 gcc_checking_assert (!is_deleted (*slot));
1428 if (!is_empty (x) && !is_deleted (x))
1454 if (!is_empty (entries[i]) && !is_deleted (entries[i]))
1487 || is_empty (*slot) || is_deleted (*slot)));
1510 || (!is_deleted (*entr
[all...]
H A Dhash-set.h76 is_deleted (T *e) function in struct:default_hashset_traits
135 static bool is_deleted (const hash_entry &e) function in struct:hash_set::hash_entry
137 return Traits::is_deleted (e.m_key);
H A Dhash-map.h81 is_deleted (T &e) function in struct:default_hashmap_traits
133 static bool is_deleted (const hash_entry &e) function in struct:hash_entry
135 return Traits::is_deleted (e);
H A Dtree-inline.h54 is_deleted (T &) function in struct:dependence_hasher
H A Dsymbol-summary.h216 is_deleted (Type &e) function in struct:summary_hashmap_traits
H A Dsanopt.c168 is_deleted (T &e) function in struct:default_hashmap_traits
H A Dvalue-prof.c1268 is_deleted (T &e) function in struct:default_hashmap_traits
H A Dalias.c167 is_deleted (T &e) function in struct:default_hashmap_traits
H A Dipa-devirt.c192 is_deleted (type_pair p ATTRIBUTE_UNUSED) function in struct:default_hashset_traits
H A Dtree-ssa-reassoc.c1067 static bool is_deleted (int &v) { return v == 1; } function in struct:oecount_hasher
H A Dcfgexpand.c630 is_deleted (T &e) function in struct:default_hashmap_traits

Completed in 221 milliseconds