Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isFloatType
Method
isFloatType
ir/type.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool Type::isFloatType() const {
98
return false;
99
}
100
101
bool Type::isPtrType() const {
102
return false;
Callers
5
alive_parser.cpp
File · 0.80
hash
Method · 0.80
encode
Method · 0.80
fm_poison
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected