MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / directiveDump

Method directiveDump

test/testtokenize.cpp:594–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592
593 template<size_t size>
594 void directiveDump(const char (&code)[size], std::ostream& ostr) {
595 directiveDump(code, "test.c", settingsDefault, ostr);
596 }
597
598 template<size_t size>
599 void directiveDump(const char (&code)[size], const char filename[], const Settings& settings, std::ostream& ostr) {

Callers

nothing calls this directly

Calls 5

reportOutputMethod · 0.80
loadFilesMethod · 0.80
createDirectivesMethod · 0.80
setDirectivesMethod · 0.80
dumpMethod · 0.45

Tested by

no test coverage detected