Home
last modified time | relevance | path

Searched refs:decl_to_instance_map_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h260 typedef hash_map<const_tree, int> decl_to_instance_map_t; typedef
261 extern decl_to_instance_map_t *decl_to_instance_map;
266 static inline decl_to_instance_map_t *
270 decl_to_instance_map = new decl_to_instance_map_t (count);
H A Dfinal.c3169 decl_to_instance_map_t *decl_to_instance_map;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddebug.h268 typedef hash_map<const_tree, int> decl_to_instance_map_t; typedef
269 extern decl_to_instance_map_t *decl_to_instance_map;
274 static inline decl_to_instance_map_t *
278 decl_to_instance_map = new decl_to_instance_map_t (count);
H A Dfinal.cc2957 decl_to_instance_map_t *decl_to_instance_map;
H A DChangeLog-201814330 * debug.h (decl_to_instance_map_t): New type.