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

Method to_string

src/Expression.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::string
133Expression::to_string(void) const
134{
135 ostringstream oss;
136 Output(oss);
137 return oss.str();
138}
139
140std::vector<const ExpressionVariable*>
141Expression::get_dereferenced_ptrs(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected