Home
last modified time | relevance | path

Searched defs:mark_empty (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhash-map-traits.h88 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty() function
149 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty() function
H A Dhash-traits.h120 int_hash <Type, Empty, Deleted>::mark_empty (Type &x) in mark_empty() function
184 pointer_hash <Type>::mark_empty (Type *&e) in mark_empty() function
362 pair_hash <T1, T2>::mark_empty (value_type &x) in mark_empty() function
H A Dtree-hasher.h43 static void mark_empty (value_type &v) { v.to = NULL; } in mark_empty() function
H A Dhash-map.h56 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } in class() function
H A Dsanopt.c134 mark_empty (sanopt_tree_triplet &ref) in mark_empty() function
189 mark_empty (sanopt_tree_couple &ref) in mark_empty() function
H A Dhash-table.h523 static void mark_empty (value_type &v) in mark_empty() function
H A Dattribs.c1845 static void mark_empty (value_type &x) in mark_empty() function
H A Dipa-prop.c81 mark_empty (ipa_bits *&p) in mark_empty() function
127 mark_empty (value_range *&p) in mark_empty() function
H A Dgcov.c1113 mark_empty (function_start &ref) in mark_empty() function
H A Dtree-vect-slp.c1036 static inline void mark_empty (value_type &x) { x.release (); } in mark_empty() function
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c123 static inline void mark_empty (value_type &p) {p = NULL_TREE;} in mark_empty() function
H A Dcp-tree.h831 static inline void mark_empty (value_type &p) {p = NULL_TREE;} in mark_empty() function
1724 inline static void mark_empty (value_type &p) {p = NULL;} in mark_empty() function