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

Method get_eval_to_subexps

src/ExpressionVariable.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual CVQualifiers get_qualifiers(void) const;
61
62 virtual void get_eval_to_subexps(vector<const Expression*>& subs) const {subs.push_back(this);}
63
64 int get_indirect_level(void) const;
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected