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

Class ArgMapKey

include/ftg/astirmap/DebugInfoMap.h:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19private:
20 struct ArgMapKey {
21 clang::Expr *E;
22 unsigned ArgNo;
23
24 bool operator<(const struct ArgMapKey &Key) const;
25 };
26 struct GVMapKey {
27 std::string Path;
28 std::string Name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected