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

Method get_called_funcs

src/ExpressionFuncall.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void
142ExpressionFuncall::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const
143{
144 invoke.get_called_funcs(funcs);
145}
146
147unsigned int
148ExpressionFuncall::get_complexity(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected