OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mark_empty
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/gcc/
hash-map-traits.h
42
template <typename T> static inline void
mark_empty
(T &);
89
simple_hashmap_traits <H, Value>::
mark_empty
(T &entry)
function in class:simple_hashmap_traits
91
H::
mark_empty
(entry.m_key);
125
template <typename T> static inline void
mark_empty
(T &);
173
unbounded_hashmap_traits <Key, Value>::
mark_empty
(T &entry)
function in class:unbounded_hashmap_traits
175
default_hash_traits <Value>::
mark_empty
(entry.m_value);
tree-hasher.h
44
static void
mark_empty
(value_type &v) { v.to = NULL; }
function in struct:int_tree_hasher
hash-set-tests.cc
204
static void
mark_empty
(value_type &v)
function in struct:selftest::value_hash_traits
206
base_type::
mark_empty
(v.val);
hash-traits.h
128
static inline void
mark_empty
(Type &);
143
int_hash <Type, Empty, Deleted>::
mark_empty
(Type &x)
function in class:int_hash
177
static inline void
mark_empty
(Type *&);
208
pointer_hash <Type>::
mark_empty
(Type *&e)
function in class:pointer_hash
356
static inline void
mark_empty
(value_type &);
392
pair_hash <T1, T2>::
mark_empty
(value_type &x)
function in class:pair_hash
394
T1::
mark_empty
(x.first);
hash-map.h
70
static void
mark_empty
(hash_entry &e) { Traits::
mark_empty
(e); }
function in struct:hash_entry
graphite.cc
238
static void
mark_empty
(seir_cache_key &key) { key.entry_dest = 0; }
function in struct:sese_scev_hash
hash-table.h
560
static void
mark_empty
(value_type &v)
function in class:hash_table
562
Descriptor::
mark_empty
(v);
772
mark_empty
(nentries[i]);
947
mark_empty
(entries[i]);
1088
mark_empty
(*first_deleted_slot);
/src/external/gpl3/gcc.old/dist/gcc/
hash-map-traits.h
42
template <typename T> static inline void
mark_empty
(T &);
89
simple_hashmap_traits <H, Value>::
mark_empty
(T &entry)
function in class:simple_hashmap_traits
91
H::
mark_empty
(entry.m_key);
120
template <typename T> static inline void
mark_empty
(T &);
151
unbounded_hashmap_traits <Value>::
mark_empty
(T &entry)
function in class:unbounded_hashmap_traits
153
default_hash_traits <Value>::
mark_empty
(entry.m_value);
tree-hasher.h
44
static void
mark_empty
(value_type &v) { v.to = NULL; }
function in struct:int_tree_hasher
hash-set-tests.cc
204
static void
mark_empty
(value_type &v)
function in struct:selftest::value_hash_traits
206
base_type::
mark_empty
(v.val);
hash-traits.h
104
static inline void
mark_empty
(Type &);
133
int_hash <Type, Empty, Deleted>::
mark_empty
(Type &x)
function in class:int_hash
167
static inline void
mark_empty
(Type *&);
198
pointer_hash <Type>::
mark_empty
(Type *&e)
function in class:pointer_hash
346
static inline void
mark_empty
(value_type &);
382
pair_hash <T1, T2>::
mark_empty
(value_type &x)
function in class:pair_hash
384
T1::
mark_empty
(x.first);
hash-map.h
70
static void
mark_empty
(hash_entry &e) { Traits::
mark_empty
(e); }
function in struct:hash_entry
graphite.cc
237
static void
mark_empty
(seir_cache_key &key) { key.entry_dest = 0; }
function in struct:sese_scev_hash
hash-table.h
549
static void
mark_empty
(value_type &v)
function in class:hash_table
551
Descriptor::
mark_empty
(v);
718
mark_empty
(nentries[i]);
878
mark_empty
(entries[i]);
1013
mark_empty
(*first_deleted_slot);
/src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.h
143
template <typename T> static inline void
mark_empty
(T &entry)
function in struct:ana::call_string::hashmap_traits_t
state-purge.h
54
pod_hash_traits<function_point>::
mark_empty
(value_type &v)
function in class:pod_hash_traits
analyzer.h
498
static inline void
mark_empty
(Type &);
518
static inline void
mark_empty
(Type &t) { t.
mark_empty
(); }
function in struct:member_function_hash_traits
constraint-manager.h
224
static inline void
mark_empty
(key_type &k) { k = NULL; }
function in struct:ana::bounded_ranges_manager::hash_traits_t
store.h
426
void
mark_empty
() { m_bit_range.m_size_in_bits = -2; }
function in class:ana::concrete_binding
483
void
mark_empty
() { m_region = NULL; }
function in class:ana::symbolic_binding
exploded-graph.h
563
static inline void
mark_empty
(T &entry)
function in struct:ana::eg_hash_map_traits
633
static inline void
mark_empty
(T &entry)
function in struct:ana::eg_point_hash_map_traits
region.h
332
void
mark_empty
() { m_fun = NULL; }
function in struct:ana::frame_region::key_t
664
void
mark_empty
() { m_sval_ptr = NULL; }
function in struct:ana::symbolic_region::key_t
795
void
mark_empty
() { m_field = NULL_TREE; }
function in struct:ana::field_region::key_t
873
void
mark_empty
() { m_index = NULL; }
function in struct:ana::element_region::key_t
960
void
mark_empty
() { m_byte_offset = NULL; }
function in struct:ana::offset_region::key_t
1049
void
mark_empty
() { m_byte_size_sval = NULL; }
function in struct:ana::sized_region::key_t
1143
void
mark_empty
() { m_original_region = nullptr; }
function in struct:ana::cast_region::key_t
1293
void
mark_empty
() { m_parent = NULL; }
function in struct:ana::bit_range_region::key_t
1382
void
mark_empty
() { m_parent = NULL; }
function in struct:ana::var_arg_region::key_t
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h
324
static inline void
mark_empty
(Type &);
344
static inline void
mark_empty
(Type &t) { t.
mark_empty
(); }
function in struct:member_function_hash_traits
state-purge.h
54
pod_hash_traits<function_point>::
mark_empty
(value_type &v)
function in class:pod_hash_traits
constraint-manager.h
216
static inline void
mark_empty
(key_type &k) { k = NULL; }
function in struct:ana::bounded_ranges_manager::hash_traits_t
store.h
390
void
mark_empty
() { m_bit_range.m_start_bit_offset = -2; }
function in class:ana::concrete_binding
439
void
mark_empty
() { m_region = NULL; }
function in class:ana::symbolic_binding
Completed in 45 milliseconds
1
2
3
Indexes created Sun Mar 01 05:31:48 UTC 2026