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

Method dump

src/DFSRndNumGenerator.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121#define DEBUG
122#ifdef DEBUG
123void DFSRndNumGenerator::SearchState::dump(const string &where)
124{
125 cout << "[state]" << where << ", index = " << index_ << ", init = " << init_ << ", value = " << value_ << ", bound = " \
126 << bound_ << std::endl;
127}
128#else
129void DFSRndNumGenerator::SearchState::dump(const string &)
130{

Callers 1

revisit_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected