Searched refs:map_t (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dhash_find_neg.cc53 typedef cc_hash_table<int, char> map_t; typedef
55 // A map_t object.
56 map_t h;
62 // The following line will not compile, since map_t::find returns a
65 map_t::iterator it = h.find(1); // { dg-error "conversion from" }
H A Dhash_resize_neg.cc52 typedef cc_hash_table< int, char> map_t; typedef
54 // A map_t object.
55 map_t h;
H A Dhash_mod.cc73 map_t; typedef
75 map_t r_c;
H A Dtree_join.cc61 typedef tree<int, char, less<int>, splay_tree_tag> map_t; typedef
63 // Two map_t object.
64 map_t h0, h1;
83 // Two other map_t objects.
84 map_t h2, h3;
H A Dhash_initial_size.cc90 map_t; typedef
95 map_t g(int_hash(),
H A Dhash_resize.cc83 map_t; typedef
85 map_t g;
H A Dhash_shift_mask.cc97 map_t; typedef
99 map_t h;
H A Dstore_hash.cc87 map_t; typedef
89 map_t h;
H A Dhash_load_set_change.cc90 map_t; typedef
99 map_t r_c(int_hash(),
H A Dpriority_queue_xref.cc103 typedef cc_hash_table< int, pq_t::point_iterator> map_t; typedef in class:mapped_priority_queue
106 map_t m_map;
151 map_t::point_iterator map_it = m_map.find(r_str);
H A Dhash_illegal_resize.cc86 map_t; typedef
88 map_t g;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dhash_find_neg.cc57 typedef pb_assoc::cc_hash_assoc_cntnr< int, char> map_t; typedef
59 // An map_t object.
60 map_t h;
67 * The following line will not compile, since map_t::find
69 * to map_t::iterator.
71 map_t::iterator it = h.find(1); // { dg-error "conversion from" }
H A Dhash_resize_neg.cc57 typedef pb_assoc::cc_hash_assoc_cntnr< int, char> map_t; typedef
59 // An map_t object.
60 map_t h;
H A Dtree_split.cc56 typedef pb_assoc::tree_assoc_cntnr< int, char> map_t; typedef
58 // A map_t object.
59 map_t r;
66 // Now split r into a different map_t object.
69 map_t larger_r;
H A Dhash_mod.cc81 map_t; typedef
83 map_t c;
H A Dtree_join.cc66 map_t; typedef
68 // Two map_t object.
69 map_t h0, h1;
93 // Two other map_t objects.
94 map_t h2, h3;
H A Dhash_initial_size.cc103 map_t; typedef
108 map_t g(int_hash(),
H A Dhash_shift_mask.cc120 map_t; typedef
122 map_t h;
H A Dhash_load_set_change.cc106 map_t; typedef
115 map_t c(int_hash(),
H A Dhash_resize.cc97 map_t; typedef
99 map_t g;
H A Dstore_hash.cc104 map_t; typedef
106 map_t h;
H A Dhash_illegal_resize.cc97 map_t; typedef
99 map_t g;
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmap.h49 } map_t; typedef in typeref:struct:map
53 map_t *map_add(off_t, off_t, int, void*);
54 map_t *map_alloc(off_t, off_t);
55 map_t *map_find(int);
56 map_t *map_first(void);
57 map_t *map_last(void);
H A Dmap.c44 static map_t *mediamap;
46 static map_t *
49 map_t *m;
63 map_t *
66 map_t *m, *n, *p;
143 map_t *
147 map_t *m;
168 map_t *
171 map_t *m;
179 map_t *
[all...]
H A Dremove.c71 map_t *gpt, *tpg;
72 map_t *tbl, *lbt;
73 map_t *m;

Completed in 125 milliseconds

12