MCPcopy Create free account
hub / github.com/csmith-project/csmith / dumpCurrentState

Method dumpCurrentState

src/DFSRndNumGenerator.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195#ifdef DEBUG
196void
197DFSRndNumGenerator::dumpCurrentState(int bound, const string &where)
198{
199 cout << "[current]" << where << ", current_pos = " << current_pos_ \
200 << ", decision_depth = " << decision_depth_ << " , bound = " \
201 << bound << ", all_done = " << all_done_ << std::endl;
202}
203#else
204void
205DFSRndNumGenerator::dumpCurrentState(int, const string &)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected