Home
last modified time | relevance | path

Searched refs:decl_tree_cache_map (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1160 static GTY ((cache)) decl_tree_cache_map *decl_constraints;
H A Dinit.c551 static GTY((cache)) decl_tree_cache_map *nsdmi_inst;
H A Dpt.c13529 static GTY((cache)) decl_tree_cache_map *defarg_inst;
13603 defarg_inst = decl_tree_cache_map::create_ggc (37); in tsubst_default_argument()
13640 static GTY((cache)) decl_tree_cache_map *explicit_specifier_map;
13648 explicit_specifier_map = decl_tree_cache_map::create_ggc (37); in store_explicit_specifier()
H A Ddecl.c8226 static GTY((cache)) decl_tree_cache_map *decomp_type_table;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1214 static GTY ((cache)) decl_tree_cache_map *decl_constraints;
H A Dinit.cc574 static GTY((cache)) decl_tree_cache_map *nsdmi_inst;
H A DChangeLog-2019766 decl_tree_cache_map * from tree_cache_map *.
771 decl_tree_cache_map::create_ggc rather than
H A Dpt.cc14027 static GTY((cache)) decl_tree_cache_map *explicit_specifier_map;
14035 explicit_specifier_map = decl_tree_cache_map::create_ggc (37); in store_explicit_specifier()
H A Ddecl.cc8852 static GTY((cache)) decl_tree_cache_map *decomp_type_table;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h5436 typedef hash_map<tree,tree,decl_tree_cache_traits> decl_tree_cache_map; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h5661 typedef hash_map<tree,tree,decl_tree_cache_traits> decl_tree_cache_map; typedef
H A DChangeLog-20192898 (decl_tree_cache_map, tree_tree_cache_map): New typedefs.