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

Method reach_max_functions_cnt

src/Function.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool
199Function::reach_max_functions_cnt()
200{
201 return ((static_cast<int>(FuncList.size()) - builtin_functions_cnt) >= CGOptions::max_funcs());
202}
203
204const vector<Function*>&
205get_all_functions(void)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected