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

Method getTypeConstraints

ir/type.cpp:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304expr VoidType::getTypeConstraints() const {
305 return true;
306}
307
308void VoidType::fixup(const Model &m) {
309 // do nothing

Callers 2

getTypingsMethod · 0.45
execFunction · 0.45

Calls 7

uleMethod · 0.80
ugtMethod · 0.80
enforceIntTypeMethod · 0.80
enforceFloatTypeMethod · 0.80
enforcePtrTypeMethod · 0.80
sizeMethod · 0.45
impliesMethod · 0.45

Tested by

no test coverage detected