MCPcopy 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

checkValidFunctionFunction · 0.45
checkValidBuiltinClass_Function · 0.45
bindSubRoutineCall_Method · 0.45

Calls

no outgoing calls

Tested by 3

checkValidFunctionFunction · 0.36
checkValidBuiltinClass_Function · 0.36
bindSubRoutineCall_Method · 0.36