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

Method get_array

src/ArrayVariable.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 virtual void hash(std::ostream& out) const;
74 virtual const Variable* get_collective(void) const { return collective ? collective : this;}
75 virtual const ArrayVariable* get_array(string& /*field*/) const { return this;}
76 virtual void OutputLowerBound(std::ostream &) const;
77 virtual void OutputUpperBound(std::ostream &) const;
78 void output_with_indices(std::ostream &out, const std::vector<const Variable*>& cvs) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected