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

Function GetFirstFunction

src/Function.cpp:223–228  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

221 *
222 */
223Function *
224GetFirstFunction(void)
225{
226 assert((builtin_functions_cnt >= 0) && "Invalid builtin_functions_cnt!");
227 return FuncList[builtin_functions_cnt];
228}
229
230/*
231 *

Callers 7

FactMgr.cppFile · 0.85
configureMethod · 0.85
OutputMainMethod · 0.85
output_reduced_stmMethod · 0.85
build_invocationMethod · 0.85
hashMethod · 0.85
hashMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected