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

Method get_invoke

src/StatementExpr.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 //
60 const FunctionInvocation* get_invoke(void) const { return expr.get_invoke(); };
61 const ExpressionFuncall* get_call(void) const { return &expr;}
62
63 virtual bool visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected