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

Method enforceIntType

ir/type.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125expr Type::enforceIntType(unsigned bits) const {
126 return false;
127}
128
129expr Type::enforceIntOrPtrType() const {
130 return enforceIntType() || enforcePtrType();

Callers 6

getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected