Home
last modified time | relevance | path

Searched refs:string_pair_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-in.c63 struct string_pair_map
73 static struct object_allocator<struct string_pair_map>
76 struct string_pair_map_hasher : nofree_ptr_hash <string_pair_map>
78 static inline hashval_t hash (const string_pair_map *);
79 static inline bool equal (const string_pair_map *, const string_pair_map *);
83 string_pair_map_hasher::hash (const string_pair_map *spm)
89 string_pair_map_hasher::equal (const string_pair_map *spm1,
90 const string_pair_map *spm2)
233 = new object_allocator <struct string_pair_map>
242 string_pair_map s_slot;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc63 struct string_pair_map struct
73 static struct object_allocator<struct string_pair_map> argument
76 struct string_pair_map_hasher : nofree_ptr_hash <string_pair_map>
78 static inline hashval_t hash (const string_pair_map *);
79 static inline bool equal (const string_pair_map *, const string_pair_map *);
83 string_pair_map_hasher::hash (const string_pair_map *spm) in hash()
89 string_pair_map_hasher::equal (const string_pair_map *spm1, in equal()
90 const string_pair_map *spm2) in equal()
233 = new object_allocator <struct string_pair_map> in canon_relative_path_prefix()
242 string_pair_map s_slot; in canon_relative_path_prefix()
[all …]
H A DChangeLog-202013581 * lto-streamer-in.c (struct string_pair_map): New type.