Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
expr Type::enforceIntOrPtrType() const {
130
return enforceIntType() || enforcePtrType();
131
}
132
133
expr Type::enforcePtrType() const {
134
return false;
Callers
2
enforceIntOrFloatOrPtrOrVectorType
Method · 0.80
enforceIntOrPtrOrVectorType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected