Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ setFunction
Method
setFunction
include/Surelog/Design/Statement.h:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
virtual Function* getFunction() { return nullptr; }
68
virtual void setFunction(Function* function) {}
69
70
void addStatement(Statement* statement) {
71
m_statements.emplace_back(statement);
Callers
3
checkValidFunction
Function · 0.45
checkValidBuiltinClass_
Function · 0.45
bindSubRoutineCall_
Method · 0.45
Calls
no outgoing calls
Tested by
3
checkValidFunction
Function · 0.36
checkValidBuiltinClass_
Function · 0.36
bindSubRoutineCall_
Method · 0.36