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

Method isArrayPtr

lib/type/Type.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool Type::isArrayPtr() const {
146 return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_Array;
147}
148
149bool Type::isStringType() const {
150 return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_String;

Callers 4

isMultiDimensionArrayMethod · 0.80
getRealTypeMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getPtrKindMethod · 0.80

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64