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

Method getPtrKind

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

Source from the content-addressed store, hash-verified

369}
370
371Type::PtrKind Type::PointerInfo::getPtrKind() const { return Kind; }
372
373void Type::PointerInfo::setPtrKind(PtrKind Kind) { this->Kind = Kind; }
374

Callers 4

isNormalPtrMethod · 0.80
isArrayPtrMethod · 0.80
isStringTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64