Home
last modified time | relevance | path

Searched defs:StableHashWorker (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/stg/
H A Dstable_hash.cc60 struct StableHashWorker { struct
61 StableHashWorker(const Graph& graph, std::unordered_map<Id, HashValue>& cache) in StableHashWorker() function
64 HashValue operator()(Id id) { in operator ()()
72 HashValue operator()(const Special& x) { in operator ()()
83 HashValue operator()(const PointerReference& x) { in operator ()()
88 HashValue operator()(const PointerToMember& x) { in operator ()()
93 HashValue operator()(const Typedef& x) { in operator ()()
97 HashValue operator()(const Qualified& x) { in operator ()()
102 HashValue operator()(const Primitive& x) { in operator ()()
106 HashValue operator()(const Array& x) { in operator ()()
[all …]