Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ init
Method
init
lib/rootdefanalysis/RDTarget.cpp:87–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
} Node;
86
87
void init() {
88
89
Visit.clear();
90
while (Stack.size() > 0)
91
Stack.pop();
92
}
93
94
void push(llvm::Value &Target, std::vector<unsigned> Indices = {}) {
95
if (Visit.find(&Target) != Visit.end())
Callers
nothing calls this directly
Calls
3
size
Method · 0.80
pop
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected