| /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);
|
| graphite.cc | 238 static bool is_deleted (const seir_cache_key &key) { return !key.expr; } function in struct:sese_scev_hash
|
| sanopt.cc | 141 is_deleted (const sanopt_tree_triplet &ref) function in struct:sanopt_tree_triplet_hash 198 is_deleted (const sanopt_tree_couple &ref) function in struct:sanopt_tree_couple_hash
|
| tree-vectorizer.h | 147 static bool is_deleted (const value_type &s) { return s.length == ~0U; } function in struct:vect_scalar_ops_slice_hash 357 static inline bool is_deleted (const value_type &) function in struct:default_hash_traits
|
| profile.cc | 1038 is_deleted (const location_triplet &ref) 1037 is_deleted (const location_triplet &ref) function in struct:location_triplet_hash
|
| attribs.cc | 2587 static bool is_deleted (const value_type &x) 2585 static bool is_deleted (const value_type &x) function in struct:selftest::excl_hash_traits
|
| tree-ssa-pre.cc | 570 static inline bool is_deleted (const expr_pred_trans_d &); 584 expr_pred_trans_d::is_deleted (const expr_pred_trans_d &e) function in class:expr_pred_trans_d
|
| /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
|
| 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
|
| exploded-graph.h | 512 static inline bool is_deleted (const T &entry) function in struct:ana::eg_hash_map_traits 582 static inline bool is_deleted (const T &entry) function in struct:ana::eg_point_hash_map_traits 649 static inline bool is_deleted (const T &entry) function in struct:ana::eg_call_string_hash_map_traits
|
| constraint-manager.h | 217 static inline bool is_deleted (key_type k) function in struct:ana::bounded_ranges_manager::hash_traits_t
|
| diagnostic-manager.cc | 1155 static inline bool is_deleted (const T &entry) function in class:ana::dedupe_hash_map_traits
|
| sm-malloc.cc | 317 static inline bool is_deleted (const T &entry) function in struct:ana::__anon10250::deallocator_set_map_traits
|
| /src/external/bsd/unbound/dist/daemon/ |
| remote.h | 191 int is_deleted; member in struct:fast_reload_auth_change
|
| /src/sbin/disklabel/ |
| main.c | 1222 const char *is_deleted; local 1238 is_deleted = ""; 1251 is_deleted = "deleted "; 1259 is_deleted, (intmax_t)offset, sector); 1271 is_deleted, (intmax_t)offset, sector); 1279 is_deleted, sector, (intmax_t)offset);
|
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 592 uint8_t is_deleted; member in struct:doq_conn
|
| /src/external/bsd/unbound/dist/util/ |
| netevent.c | 1694 if(conn->is_deleted) { 1716 if(conn && conn->is_deleted) { 1966 conn->is_deleted = 1; 2253 if(conn->is_deleted) { 2312 if(conn->is_deleted) { 2350 while(conn && conn->is_deleted) { 2485 if(conn->is_deleted || 2556 if(conn->is_deleted || 2832 if((*conn) && (*conn)->is_deleted) {
|