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

Method parseLibrariesDef_

src/SourceCompile/Compiler.cpp:1218–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216}
1217
1218bool Compiler::parseLibrariesDef_() {
1219 ParseLibraryDef* libParser = new ParseLibraryDef(
1220 m_commandLineParser, m_errors, m_symbolTable, m_librarySet, m_configSet);
1221 bool result = libParser->parseLibrariesDefinition();
1222 delete libParser;
1223 return result;
1224}
1225} // namespace SURELOG

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected