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

Method OutputLowerBound

src/ArrayVariable.cpp:609–617  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

607
608// --------------------------------------------------------------
609void
610ArrayVariable::OutputLowerBound(std::ostream &out) const
611{
612 out << name;
613 size_t i;
614 for (i=0; i<get_dimension(); i++) {
615 out << "[0]";
616 }
617}
618
619// --------------------------------------------------------------
620void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected