MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / local_name

Function local_name

ir/pointer.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static string local_name(const State *s, const char *name) {
44 return string(name) + (s->isSource() ? "_src" : "_tgt");
45}
46
47// Assumes that both begin + len don't overflow
48static expr disjoint(const expr &begin1, const expr &len1, const expr &begin2,

Callers 1

getValueMethod · 0.70

Calls 1

isSourceMethod · 0.80

Tested by

no test coverage detected