MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / Function

Method Function

include/Surelog/Design/Function.h:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 SURELOG_IMPLEMENT_RTTI(Function, Procedure)
79 public:
80 Function(DesignComponent* parent, const FileContent* fC, NodeId id,
81 std::string_view name, DataType* returnType)
82 : Procedure(parent, fC, id, name), m_returnType(returnType) {}
83 bool compile(CompileHelper& compile_helper);
84 ~Function() override = default;
85

Callers 5

compileTfCallMethod · 0.80
compileExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected