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

Method setPtrKind

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

Source from the content-addressed store, hash-verified

247}
248
249void Type::setPtrKind(Type::PtrKind Kind) {
250 assert(PtrInfo && "Unexpected Program State");
251 this->PtrInfo->setPtrKind(Kind);
252}
253
254Json::Value Type::toJson() const {
255 Json::Value Json;

Callers 7

generateMethod · 0.80
createCharPointerTypeMethod · 0.80
createPointerTypeMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64