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

Method getTypeConstraints

ir/value.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25expr Value::getTypeConstraints() const {
26 return getType().getTypeConstraints();
27}
28
29void Value::fixupTypes(const Model &m) {
30 type.fixup(m);

Callers

nothing calls this directly

Calls 1

enforceAggregateTypeMethod · 0.80

Tested by

no test coverage detected