Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c1054 cxx_int_tree_map_hasher::equal (cxx_int_tree_map *a, cxx_int_tree_map *b) in equal()
1062 cxx_int_tree_map_hasher::hash (cxx_int_tree_map *item) in hash()
1364 struct cxx_int_tree_map *h, in; in cp_genericize_r()
H A Dcp-tree.h1867 struct GTY((for_user)) cxx_int_tree_map { struct
1872 struct cxx_int_tree_map_hasher : ggc_ptr_hash<cxx_int_tree_map> argument
1874 static hashval_t hash (cxx_int_tree_map *);
1875 static bool equal (cxx_int_tree_map *, cxx_int_tree_map *);
H A Dname-lookup.c2927 struct cxx_int_tree_map *h; in set_local_extern_decl_linkage()
2937 h = ggc_alloc<cxx_int_tree_map> (); in set_local_extern_decl_linkage()
2940 cxx_int_tree_map **loc = cp_function_chain->extern_decl_map in set_local_extern_decl_linkage()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20061711 * cp-tree.h (cxx_int_tree_map): New struct.
H A DChangeLog-20201516 * cp-tree.h (struct cxx_int_tree_map): Delete.