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

Method get_replaced_invocation

src/Reducer.cpp:516–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516const Expression*
517Reducer::get_replaced_invocation(const FunctionInvocation* fi)
518{
519 if (map_reduced_invocations.find(fi) != map_reduced_invocations.end()) {
520 return map_reduced_invocations[fi];
521 }
522 return NULL;
523}
524
525void
526Reducer::get_used_vars_and_funcs_and_labels(const FunctionInvocation* fi, vector<const Variable*>& vars, vector<const Function*>& funcs, vector<string>& labels)

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected