MCPcopy Create free account
hub / github.com/Samsung/UTopia / ArgMapKey

Class ArgMapKey

lib/astirmap/DebugInfoMap.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool DebugInfoMap::ArgMapKey::operator<(const struct ArgMapKey &Key) const {
97 if (E != Key.E)
98 return E < Key.E;
99 return ArgNo < Key.ArgNo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected