Searched defs:mark_deleted (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-traits.h97 simple_hashmap_traits <H, Value>::mark_deleted (T &entry) function in class:simple_hashmap_traits
159 unbounded_hashmap_traits <Value>::mark_deleted (T &entry) function in class:unbounded_hashmap_traits
H A Dtree-hasher.h41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); } function in struct:int_tree_hasher
H A Dhash-set-tests.c197 static void mark_deleted (value_type &v) function
H A Dhash-traits.h113 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) function in class:int_hash
179 pointer_hash <Type>::mark_deleted (Type *&e) function in class:pointer_hash
358 pair_hash <T1, T2>::mark_deleted (value_type &x) function in class:pair_hash
H A Dhash-map.h62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } function in struct:hash_entry
H A Dgraphite.c235 static void mark_deleted (seir_cache_key &key) { key.expr = NULL_TREE; } function in struct:seir_cache_key
H A Dhash-table.h544 static void mark_deleted (value_type &v) function in class:hash_table
H A Dprofile.c938 mark_deleted (location_triplet &ref) function in struct:location_triplet
H A Dsanopt.c127 mark_deleted (sanopt_tree_triplet &ref) function in struct:sanopt_tree_triplet
184 mark_deleted (sanopt_tree_couple &ref) function in struct:sanopt_tree_couple
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-map-traits.h97 simple_hashmap_traits <H, Value>::mark_deleted (T &entry) function in class:simple_hashmap_traits
159 unbounded_hashmap_traits <Value>::mark_deleted (T &entry) function in class:unbounded_hashmap_traits
H A Dtree-hasher.h41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); } function in struct:int_tree_hasher
H A Dhash-traits.h125 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) function in class:int_hash
191 pointer_hash <Type>::mark_deleted (Type *&e) function in class:pointer_hash
375 pair_hash <T1, T2>::mark_deleted (value_type &x) function in class:pair_hash
H A Dhash-set-tests.cc197 static void mark_deleted (value_type &v) function in struct:selftest::value_hash_traits
H A Dhash-map.h62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } function in struct:hash_entry
H A Dgraphite.cc235 static void mark_deleted (seir_cache_key &key) { key.expr = NULL_TREE; } function in struct:sese_scev_hash
H A Dhash-table.h544 static void mark_deleted (value_type &v) function in class:hash_table
H A Dprofile.cc1023 mark_deleted (location_triplet &ref) function in struct:location_triplet_hash
H A Dsanopt.cc127 mark_deleted (sanopt_tree_triplet &ref) function in struct:sanopt_tree_triplet_hash
184 mark_deleted (sanopt_tree_couple &ref) function in struct:sanopt_tree_couple_hash
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dstate-purge.h48 pod_hash_traits<function_point>::mark_deleted (value_type &v) function in class:pod_hash_traits
H A Dprogram-state.h81 pod_hash_traits<svalue_id>::mark_deleted (value_type &v) function in class:pod_hash_traits
H A Ddiagnostic-manager.cc304 static inline void mark_deleted (T &entry) function in class:ana::dedupe_hash_map_traits
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h343 static inline void mark_deleted (Type &t) { t.mark_deleted (); } function in struct:member_function_hash_traits
H A Dstate-purge.h48 pod_hash_traits<function_point>::mark_deleted (value_type &v) function in class:pod_hash_traits
H A Dstore.h389 void mark_deleted () { m_bit_range.m_start_bit_offset = -1; } function in class:ana::concrete_binding
438 void mark_deleted () { m_region = reinterpret_cast<const region *> (1); } function in class:ana::symbolic_binding
H A Dregion.h284 void mark_deleted () { m_fun = reinterpret_cast<function *> (1); } function in struct:ana::frame_region::key_t
590 void mark_deleted () { m_sval_ptr = reinterpret_cast<const svalue *> (1); } function in struct:ana::symbolic_region::key_t
715 void mark_deleted () { m_field = reinterpret_cast<tree> (1); } function in struct:ana::field_region::key_t
791 void mark_deleted () { m_index = reinterpret_cast<const svalue *> (1); } function in struct:ana::element_region::key_t
876 void mark_deleted () { m_byte_offset = reinterpret_cast<const svalue *> (1); } function in struct:ana::offset_region::key_t
962 void mark_deleted () { m_byte_size_sval = reinterpret_cast<const svalue *> (1); } function in struct:ana::sized_region::key_t
1050 void mark_deleted () { m_type = reinterpret_cast<tree> (1); } function in struct:ana::cast_region::key_t
1191 void mark_deleted () { m_parent = reinterpret_cast<const region *> (1); } function in struct:ana::bit_range_region::key_t

Completed in 210 milliseconds

123