MCPcopy Create free account
hub / github.com/Samsung/UTopia / getArrayInfo

Method getArrayInfo

lib/type/Type.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196const Enum *Type::getGlobalDef() const { return GlobalDef.get(); }
197
198const ArrayInfo *Type::getArrayInfo() const {
199 assert(PtrInfo && "Unexpected Program State");
200 return PtrInfo->getArrayInfo();
201}
202
203const Type *Type::getPointeeType() const {
204 if (isPointerType()) {

Callers 6

isFixedLengthArrayPtrMethod · 0.95
genArrDeclStmtMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64