HomeSort by: relevance | last modified time | path
    Searched defs:decl_to_instance_map_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
debug.h 267 typedef hash_map<const_tree, int> decl_to_instance_map_t; typedef
268 extern decl_to_instance_map_t *decl_to_instance_map;
273 inline decl_to_instance_map_t *
277 decl_to_instance_map = new decl_to_instance_map_t (count);
  /src/external/gpl3/gcc.old/dist/gcc/
debug.h 268 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);

Completed in 15 milliseconds