Home
last modified time | relevance | path

Searched refs:atom_hasher (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlogic.cc207 hash_set<tree, false, atom_hasher> m_set; /* The set of atomic constraints. */
H A Dconstraint.cc745 static GTY((deletable)) hash_table<atom_hasher> *atom_cache;
781 atom_cache = hash_table<atom_hasher>::create_ggc (31); in normalize_atom()
H A Dcp-tree.h8371 struct atom_hasher : default_hash_traits<tree> struct
H A DChangeLog-20201252 * cp-tree.h (struct atom_hasher): Moved and renamed from ...