Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c713 const struct cxx_int_tree_map *a = (const struct cxx_int_tree_map *) va; in cxx_int_tree_map_eq()
714 const struct cxx_int_tree_map *b = (const struct cxx_int_tree_map *) vb; in cxx_int_tree_map_eq()
723 return ((const struct cxx_int_tree_map *)item)->uid; in cxx_int_tree_map_hash()
861 struct cxx_int_tree_map *h, in; in cp_genericize_r()
863 h = (struct cxx_int_tree_map *) in cp_genericize_r()
H A Dname-lookup.c758 struct cxx_int_tree_map *h; in pushdecl_maybe_friend_1()
774 *(struct cxx_int_tree_map **) loc = h; in pushdecl_maybe_friend_1()
H A Dcp-tree.h1058 struct GTY(()) cxx_int_tree_map { struct
1091 htab_t GTY((param_is (struct cxx_int_tree_map))) extern_decl_map;
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c834 cxx_int_tree_map_hasher::equal (cxx_int_tree_map *a, cxx_int_tree_map *b) in equal()
842 cxx_int_tree_map_hasher::hash (cxx_int_tree_map *item) in hash()
1082 struct cxx_int_tree_map *h, in; in cp_genericize_r()
H A Dcp-tree.h1703 struct GTY((for_user)) cxx_int_tree_map { struct
1708 struct cxx_int_tree_map_hasher : ggc_ptr_hash<cxx_int_tree_map> argument
1710 static hashval_t hash (cxx_int_tree_map *);
1711 static bool equal (cxx_int_tree_map *, cxx_int_tree_map *);
H A Dname-lookup.c2891 struct cxx_int_tree_map *h; in set_local_extern_decl_linkage()
2901 h = ggc_alloc<cxx_int_tree_map> (); in set_local_extern_decl_linkage()
2904 cxx_int_tree_map **loc = cp_function_chain->extern_decl_map in set_local_extern_decl_linkage()