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

Method setArrayInfo

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

Source from the content-addressed store, hash-verified

237void Type::setUnsigned(bool Unsigned) { this->Unsigned = Unsigned; }
238
239void Type::setArrayInfo(std::shared_ptr<ArrayInfo> ArrInfo) {
240 assert(PtrInfo && "Unexpected Program State");
241 this->PtrInfo->setArrayInfo(ArrInfo);
242}
243
244void Type::setPointeeType(std::shared_ptr<Type> PointeeType) {
245 assert(PtrInfo && "Unexpected Program State");

Callers 4

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