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

Method insertTypeDef

src/Design/DesignComponent.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void DesignComponent::insertTypeDef(TypeDef* p) {
150 m_typedefs.emplace(p->getName(), p);
151}
152
153Function* DesignComponent::getFunction(std::string_view name) const {
154 FunctionMap::const_iterator itr = m_functions.find(name);

Callers 1

compileTypeDefMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected