Home
last modified time | relevance | path

Searched refs:sanopt_tree_triplet (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsanopt.cc96 struct sanopt_tree_triplet struct
103 struct sanopt_tree_triplet_hash : typed_noop_remove <sanopt_tree_triplet> argument
105 typedef sanopt_tree_triplet value_type;
106 typedef sanopt_tree_triplet compare_type;
109 hash (const sanopt_tree_triplet &ref) in hash()
119 equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) in equal()
127 mark_deleted (sanopt_tree_triplet &ref) in mark_deleted()
135 mark_empty (sanopt_tree_triplet &ref) in mark_empty()
141 is_deleted (const sanopt_tree_triplet &ref) in is_deleted()
147 is_empty (const sanopt_tree_triplet &ref) in is_empty()
[all …]
DChangeLog-201542805 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.