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

Method get_eval_to_subexps

src/ExpressionComma.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void
113ExpressionComma::get_eval_to_subexps(vector<const Expression*>& subs) const
114{
115 vector<const Expression*> exps;
116 get_rhs()->get_eval_to_subexps(exps);
117 subs.insert(subs.end(), exps.begin(), exps.end());
118}
119
120void
121ExpressionComma::Output(std::ostream &out) const

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected