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

Method inc_value

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

Source from the content-addressed store, hash-verified

62 int value() { return value_; }
63 void set_value(int value) { value_ = value; }
64 void inc_value(void) { ++value_; }
65
66 int bound() { return bound_; }
67 void set_bound(int bound) { bound_ = bound; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected