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

Function RandomFunctionName

src/Function.cpp:233–237  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

231 *
232 */
233static string
234RandomFunctionName(void)
235{
236 return gensym("func_");
237}
238
239/*-------------------------------------------------------------
240 * choose a random return type. only struct/unions and integer types

Callers 2

make_random_signatureMethod · 0.85
make_firstMethod · 0.85

Calls 1

gensymFunction · 0.85

Tested by

no test coverage detected