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

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
tree-hasher.h 37 static bool is_deleted (const value_type &v) function in struct:int_tree_hasher
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);
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...]
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));
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-set.h 65 && !Traits::is_deleted (*e));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-hasher.h 37 static bool is_deleted (const value_type &v) function in struct:int_tree_hasher
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);
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-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...]
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-map.h 64 static bool is_deleted (const hash_entry &e) function in struct:hash_entry
66 return Traits::is_deleted (e);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 218 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::region_svalue::key_t
388 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::poisoned_svalue::key_t
495 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::setjmp_svalue::key_t
617 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::unaryop_svalue::key_t
705 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::binop_svalue::key_t
796 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::sub_svalue::key_t
877 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::repeated_svalue::key_t
964 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::bits_within_svalue::key_t
1140 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::widening_svalue::key_t
1254 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); function in struct:ana::compound_svalue::key_t
1379 bool is_deleted () const function in struct:ana::conjured_svalue::key_t
1489 bool is_deleted () const function in struct:ana::asm_output_svalue::key_t
1622 bool is_deleted () const function in struct:ana::const_fn_result_svalue::key_t
    [all...]
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
region.h 286 bool is_deleted () const function in struct:ana::frame_region::key_t
592 bool is_deleted () const function in struct:ana::symbolic_region::key_t
717 bool is_deleted () const { return m_field == reinterpret_cast<tree> (1); } function in struct:ana::field_region::key_t
793 bool is_deleted () const function in struct:ana::element_region::key_t
878 bool is_deleted () const function in struct:ana::offset_region::key_t
964 bool is_deleted () const function in struct:ana::sized_region::key_t
1052 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::cast_region::key_t
1193 bool is_deleted () const function in struct:ana::bit_range_region::key_t
state-purge.h 60 pod_hash_traits<function_point>::is_deleted (value_type v) function in class:pod_hash_traits
  /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
svalue.h 221 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::region_svalue::key_t
301 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::constant_svalue::key_t
433 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::poisoned_svalue::key_t
540 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::setjmp_svalue::key_t
663 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::unaryop_svalue::key_t
752 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::binop_svalue::key_t
844 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::sub_svalue::key_t
925 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::repeated_svalue::key_t
1013 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::bits_within_svalue::key_t
1190 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); function in struct:ana::widening_svalue::key_t
1305 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } function in struct:ana::compound_svalue::key_t
1431 bool is_deleted () const function in struct:ana::conjured_svalue::key_t
1545 bool is_deleted () const function in struct:ana::asm_output_svalue::key_t
1680 bool is_deleted () const function in struct:ana::const_fn_result_svalue::key_t
    [all...]
region.h 333 bool is_deleted () const function in struct:ana::frame_region::key_t
665 bool is_deleted () const function in struct:ana::symbolic_region::key_t
796 bool is_deleted () const { return m_field == reinterpret_cast<tree> (1); } function in struct:ana::field_region::key_t
874 bool is_deleted () const function in struct:ana::element_region::key_t
961 bool is_deleted () const function in struct:ana::offset_region::key_t
1050 bool is_deleted () const function in struct:ana::sized_region::key_t
1144 bool is_deleted () const function in struct:ana::cast_region::key_t
1294 bool is_deleted () const function in struct:ana::bit_range_region::key_t
1383 bool is_deleted () const function in struct:ana::var_arg_region::key_t
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
state-purge.h 60 pod_hash_traits<function_point>::is_deleted (value_type v) function in class:pod_hash_traits
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/bsd/unbound/dist/daemon/
remote.h 192 int is_deleted; member in struct:fast_reload_auth_change
  /src/sbin/disklabel/
main.c 1223 const char *is_deleted; local
1239 is_deleted = "";
1252 is_deleted = "deleted ";
1260 is_deleted, (intmax_t)offset, sector);
1272 is_deleted, (intmax_t)offset, sector);
1280 is_deleted, sector, (intmax_t)offset);

Completed in 44 milliseconds

1 2 3