Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ exist
Function
exist
tests/rootdefanalysis/TestRootDef.cpp:260–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
} while (0)
259
260
bool exist(const RDNode &Node, llvm::Value &V, int Idx) {
261
auto Result = Node.getDefinition();
262
return Result.first == &V && Result.second == Idx;
263
}
264
265
class TestRootDefAnalyzer : public TestBase {};
266
Callers
2
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
4
find_if
Function · 0.85
getDefinition
Method · 0.80
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected