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

Method get_test

src/StatementFor.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 void post_loop_analysis(CGContext& cg_context, vector<const Fact*>& pre_facts, Effect& pre_effect);
66 const StatementAssign* get_init(void) const { return &init;};
67 const Expression* get_test(void) const { return &test; };
68 const StatementAssign* get_incr(void) const { return &incr; };
69 const Block* get_body(void) const { return &body; };
70 void output_header(std::ostream& out, int indent) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected