MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / GetSynonymsForId

Method GetSynonymsForId

source/fuzz/fact_manager/fact_manager.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192std::vector<const protobufs::DataDescriptor*> FactManager::GetSynonymsForId(
193 uint32_t id) const {
194 return data_synonym_and_id_equation_facts_.GetSynonymsForId(id);
195}
196
197bool FactManager::IsSynonymous(
198 const protobufs::DataDescriptor& data_descriptor1,

Callers 5

ApplyMethod · 0.45
MaybeAddFactMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36