MCPcopy 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
101bool Type::isPtrType() const {
102 return false;
103}
104
105bool Type::isArrayType() const {
106 return false;

Callers 15

num_ptrsFunction · 0.80
preprocessMethod · 0.80
eq_except_paddingFunction · 0.80
addFnCallMethod · 0.80
numPointerElementsMethod · 0.80
hasPtrFunction · 0.80
isNonPtrVectorFunction · 0.80
minVectorElemSizeFunction · 0.80
getCommonAccessSizeFunction · 0.80
valueToBytesFunction · 0.80
bytesToValueFunction · 0.80
getStoreByteSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected