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

Method print

src/SourceCompile/PreprocessFile.cpp:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 IncludeFileInfo::Action::NONE);
84
85void PreprocessFile::SpecialInstructions::print() {
86 std::cout << "Trace:" << (m_mute ? "Mute" : "DontMute")
87 << ", EmptyMacro:" << (m_mark_empty_macro ? "Mark" : "DontMark")
88 << ", FileLineInfo:"
89 << (m_filterFileLine ? "Filter " : "DontFilter") << ", CheckLoop:"
90 << (m_check_macro_loop ? "CheckLoop" : "DontCheckLoop")
91 << ", AsIsUndefMacro:"
92 << (m_as_is_undefined_macro ? "AsIsUndefinedMacro"
93 : "ComplainUndefinedMacro")
94 << ", Evaluate:" << (m_evaluate ? "Evaluate" : "DontEvaluate")
95 << std::endl;
96}
97
98void PreprocessFile::setDebug(int32_t level) {
99 switch (level) {

Callers 1

getMacroMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected