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

Method enforceAggregateType

ir/type.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141expr Type::enforceAggregateType(vector<Type*> *element_types) const {
142 return false;
143}
144
145expr Type::enforceFloatType() const {
146 return false;

Callers 2

getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected