Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
void Type::setUnsigned(bool Unsigned) { this->Unsigned = Unsigned; }
238
239
void Type::setArrayInfo(std::shared_ptr<ArrayInfo> ArrInfo) {
240
assert(PtrInfo &&
"Unexpected Program State"
);
Callers
3
createPrimitiveType
Method · 0.80
createEnumType
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64