HomeSort by: relevance | last modified time | path
    Searched refs:decl_tree_cache_map (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1214 static GTY ((cache)) decl_tree_cache_map *decl_constraints;
init.cc 574 static GTY((cache)) decl_tree_cache_map *nsdmi_inst;
pt.cc 14058 static GTY((cache)) decl_tree_cache_map *explicit_specifier_map;
14066 explicit_specifier_map = decl_tree_cache_map::create_ggc (37);
decl.cc 8864 static GTY((cache)) decl_tree_cache_map *decomp_type_table;
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1286 static GTY ((cache)) decl_tree_cache_map *decl_constraints;
module.cc 2743 static GTY((cache)) decl_tree_cache_map *imported_temploid_friends;
20571 = decl_tree_cache_map::create_ggc (EXPERIMENT (1, 400));
pt.cc 14421 static GTY((cache)) decl_tree_cache_map *explicit_specifier_map;
14429 explicit_specifier_map = decl_tree_cache_map::create_ggc (37);
decl.cc 9281 static GTY((cache)) decl_tree_cache_map *decomp_type_table;
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 5661 typedef hash_map<tree,tree,decl_tree_cache_traits> decl_tree_cache_map; typedef
5669 /* Similarly to decl_tree_cache_map, but without caching. */
  /src/external/gpl3/gcc/dist/gcc/
tree.h 5950 typedef hash_map<tree,tree,decl_tree_cache_traits> decl_tree_cache_map; typedef
5958 /* Similarly to decl_tree_cache_map, but without caching. */

Completed in 168 milliseconds