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

Method parse_

src/SourceCompile/CompileSourceFile.cpp:204–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204bool CompileSourceFile::parse_() {
205 initParser();
206 if (!m_parser->parse()) {
207 return false;
208 }
209 bool fatalErrors = m_errors->hasFatalErrors();
210 if (fatalErrors) {
211 return false;
212 }
213 return true;
214}
215
216bool CompileSourceFile::preprocess_() {
217 PreprocessFile::SpecialInstructions instructions(

Callers

nothing calls this directly

Calls 2

hasFatalErrorsMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected