HomeSort by: relevance | last modified time | path
    Searched defs:is_deleted (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
hash-map-traits.h 41 template <typename T> static inline bool is_deleted (const T &);
81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) function in class:simple_hashmap_traits
83 return H::is_deleted (entry.m_key);
124 template <typename T> static inline bool is_deleted (const T &);
165 unbounded_hashmap_traits <Key, Value>::is_deleted (const T &entry) function in class:unbounded_hashmap_traits
167 return default_hash_traits <Value>::is_deleted (entry.m_value);
tree-hasher.h 37 static bool is_deleted (const value_type &v) function in struct:int_tree_hasher
hash-set-tests.cc 209 static bool is_deleted (const value_type &v) function in struct:selftest::value_hash_traits
211 return base_type::is_deleted (v.val);
hash-traits.h 129 static inline bool is_deleted (Type);
150 int_hash <Type, Empty, Deleted>::is_deleted (Type x) function in class:int_hash
178 static inline bool is_deleted (Type *);
215 pointer_hash <Type>::is_deleted (Type *e) function in class:pointer_hash
357 static inline bool is_deleted (const value_type &);
399 pair_hash <T1, T2>::is_deleted (const value_type &x) function in class:pair_hash
401 return T1::is_deleted (x.first);
hash-map.h 64 static bool is_deleted (const hash_entry &e) function in struct:hash_entry
66 return Traits::is_deleted (e);
178 && !Traits::is_deleted (*e));
209 && !Traits::is_deleted (*e));
graphite.cc 239 static bool is_deleted (const seir_cache_key &key) { return !key.expr; } function in struct:sese_scev_hash
hash-table.h 535 static bool is_deleted (value_type &v) function in class:hash_table
539 that, make sure we never test for is_deleted without having
542 return Descriptor::is_deleted (v);
715 else if (is_deleted (entry))
735 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i]))
797 gcc_checking_assert (!is_deleted (*slot));
809 gcc_checking_assert (!is_deleted (*slot));
881 else if (is_deleted (x))
919 if (!is_empty (entries[i]) && !is_deleted (entries[i]))
965 || is_empty (*slot) || is_deleted (*slot)))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map-traits.h 41 template <typename T> static inline bool is_deleted (const T &);
81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) function in class:simple_hashmap_traits
83 return H::is_deleted (entry.m_key);
119 template <typename T> static inline bool is_deleted (const T &);
143 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) function in class:unbounded_hashmap_traits
145 return default_hash_traits <Value>::is_deleted (entry.m_value);
tree-hasher.h 37 static bool is_deleted (const value_type &v) function in struct:int_tree_hasher
hash-set-tests.cc 209 static bool is_deleted (const value_type &v) function in struct:selftest::value_hash_traits
211 return base_type::is_deleted (v.val);
hash-traits.h 105 static inline bool is_deleted (Type);
140 int_hash <Type, Empty, Deleted>::is_deleted (Type x) function in class:int_hash
168 static inline bool is_deleted (Type *);
205 pointer_hash <Type>::is_deleted (Type *e) function in class:pointer_hash
347 static inline bool is_deleted (const value_type &);
389 pair_hash <T1, T2>::is_deleted (const value_type &x) function in class:pair_hash
391 return T1::is_deleted (x.first);
hash-map.h 64 static bool is_deleted (const hash_entry &e) function in struct:hash_entry
66 return Traits::is_deleted (e);
graphite.cc 238 static bool is_deleted (const seir_cache_key &key) { return !key.expr; } function in struct:sese_scev_hash
hash-table.h 534 static bool is_deleted (value_type &v) function in class:hash_table
536 return Descriptor::is_deleted (v);
663 if (is_deleted (entry))
681 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i]))
743 gcc_checking_assert (!is_deleted (*slot));
755 gcc_checking_assert (!is_deleted (*slot));
819 if (!is_empty (x) && !is_deleted (x))
850 if (!is_empty (entries[i]) && !is_deleted (entries[i]))
894 || is_empty (*slot) || is_deleted (*slot)));
926 || (!is_deleted (*entry) && Descriptor::equal (*entry, comparable))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.h 139 template <typename T> static inline bool is_deleted (const T &entry) function in struct:ana::call_string::hashmap_traits_t
state-purge.h 60 pod_hash_traits<function_point>::is_deleted (value_type v) function in class:pod_hash_traits
analyzer.h 499 static inline bool is_deleted (Type);
519 static inline bool is_deleted (Type t) { return t.is_deleted (); } function in struct:member_function_hash_traits
constraint-manager.h 225 static inline bool is_deleted (key_type k) function in struct:ana::bounded_ranges_manager::hash_traits_t
store.h 427 bool is_deleted () const { return m_bit_range.m_size_in_bits == -1; } function in class:ana::concrete_binding
484 bool is_deleted () const function in class:ana::symbolic_binding
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h 325 static inline bool is_deleted (Type);
345 static inline bool is_deleted (Type t) { return t.is_deleted (); } function in struct:member_function_hash_traits
state-purge.h 60 pod_hash_traits<function_point>::is_deleted (value_type v) function in class:pod_hash_traits
constraint-manager.h 217 static inline bool is_deleted (key_type k) function in struct:ana::bounded_ranges_manager::hash_traits_t
store.h 391 bool is_deleted () const { return m_bit_range.m_start_bit_offset == -1; } function in class:ana::concrete_binding
440 bool is_deleted () const function in class:ana::symbolic_binding
  /src/external/bsd/unbound/dist/daemon/
remote.h 191 int is_deleted; member in struct:fast_reload_auth_change
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 592 uint8_t is_deleted; member in struct:doq_conn

Completed in 42 milliseconds

1 2 3