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

Method setPointeeType

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

Source from the content-addressed store, hash-verified

242}
243
244void Type::setPointeeType(std::shared_ptr<Type> PointeeType) {
245 assert(PtrInfo && "Unexpected Program State");
246 this->PtrInfo->setPointeeType(PointeeType);
247}
248
249void Type::setPtrKind(Type::PtrKind Kind) {
250 assert(PtrInfo && "Unexpected Program State");

Callers 5

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