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

Method setUnsigned

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

Source from the content-addressed store, hash-verified

235}
236
237void Type::setUnsigned(bool Unsigned) { this->Unsigned = Unsigned; }
238
239void Type::setArrayInfo(std::shared_ptr<ArrayInfo> ArrInfo) {
240 assert(PtrInfo && "Unexpected Program State");

Callers 3

createPrimitiveTypeMethod · 0.80
createEnumTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64