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

Method OutputUpperBound

src/ArrayVariable.cpp:598–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void
599ArrayVariable::OutputUpperBound(std::ostream &out) const
600{
601 out << name;
602 size_t i;
603 for (i=0; i<get_dimension(); i++) {
604 out << "[" << (sizes[i] - 1) << "]";
605 }
606}
607
608// --------------------------------------------------------------
609void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected