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

Method enforceStructType

ir/type.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137expr Type::enforceStructType() const {
138 return false;
139}
140
141expr Type::enforceAggregateType(vector<Type*> *element_types) const {
142 return false;

Callers 1

getTypeConstraintsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected