Searched defs:khasher (Results 1 – 4 of 4) sorted by relevance
109 struct khasher { unsigned operator()(ineq_atom const * a) const { return a->m_kind; } }; in operator() struct
212 struct khasher { struct in psort_app213 unsigned operator()(psort_app const * d) const { return d->m_decl->hash(); } in operator ()()