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

Method is_assertable

src/FactUnion.h:82–82  ·  view source on GitHub ↗

output functions

Source from the content-addressed store, hash-verified

80
81 // output functions
82 virtual bool is_assertable(const Statement* /*s*/) const { return false;}
83 virtual void Output(std::ostream &out) const;
84 virtual void OutputAssertion(std::ostream &/*out*/, const Statement* /*s*/) const {};
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected