Searched refs:decl_to_instance_map_t (Results 1 – 5 of 5) sorted by relevance
260 typedef hash_map<const_tree, int> decl_to_instance_map_t; typedef261 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);
3169 decl_to_instance_map_t *decl_to_instance_map;
268 typedef hash_map<const_tree, int> decl_to_instance_map_t; typedef269 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);
2957 decl_to_instance_map_t *decl_to_instance_map;
14330 * debug.h (decl_to_instance_map_t): New type.