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

Method make_random

src/Function.cpp:440–448  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

438 *
439 */
440Function *
441Function::make_random(const CGContext& cg_context, const Type* type, const CVQualifiers* qfer)
442{
443 Function* f = make_random_signature(cg_context, type, qfer);
444 ERROR_GUARD(NULL);
445 f->GenerateBody(cg_context);
446 ERROR_GUARD(NULL);
447 return f;
448}
449
450/*
451 *

Callers

nothing calls this directly

Calls 1

GenerateBodyMethod · 0.80

Tested by

no test coverage detected