Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
void Type::setPtrKind(Type::PtrKind Kind) {
250
assert(PtrInfo &&
"Unexpected Program State"
);
251
this->PtrInfo->setPtrKind(Kind);
252
}
253
254
Json::Value Type::toJson() const {
255
Json::Value Json;
Callers
7
generate
Method · 0.80
createCharPointerType
Method · 0.80
createPointerType
Method · 0.80
updateArrayInfoFromAST
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64