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

Method add_operand

src/FunctionInvocation.cpp:351–355  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

349 *
350 */
351void
352FunctionInvocation::add_operand(const Expression* e)
353{
354 param_value.push_back(e);
355}
356
357void
358FunctionInvocation::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const

Callers 2

rnd_mutateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected