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

Method enforceIntOrPtrType

ir/type.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129expr Type::enforceIntOrPtrType() const {
130 return enforceIntType() || enforcePtrType();
131}
132
133expr Type::enforcePtrType() const {
134 return false;

Calls

no outgoing calls

Tested by

no test coverage detected