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

Method get_exprs

src/StatementContinue.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 virtual bool must_jump(void) const;
54 virtual void get_blocks(std::vector<const Block*>& /* blks */) const {};
55 virtual void get_exprs(std::vector<const Expression*>& exps) const {exps.push_back(&test);}
56 virtual bool visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const;
57 virtual void Output(std::ostream &out, FactMgr* fm, int indent = 0) const;
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected