Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isPtrType
Method
isPtrType
ir/type.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
bool Type::isPtrType() const {
102
return false;
103
}
104
105
bool Type::isArrayType() const {
106
return false;
Callers
15
num_ptrs
Function · 0.80
preprocess
Method · 0.80
eq_except_padding
Function · 0.80
addFnCall
Method · 0.80
numPointerElements
Method · 0.80
hasPtr
Function · 0.80
isNonPtrVector
Function · 0.80
minVectorElemSize
Function · 0.80
getCommonAccessSize
Function · 0.80
valueToBytes
Function · 0.80
bytesToValue
Function · 0.80
getStoreByteSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected