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

Method get_invoke

src/ExpressionFuncall.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 virtual void get_eval_to_subexps(vector<const Expression*>& subs) const {subs.push_back(this);}
62
63 virtual const FunctionInvocation* get_invoke(void) const { return &invoke; };
64
65 virtual const Type &get_type(void) const;
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected