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

Method dtExpressionRandomParam_minimal_depth

src/DepthSpec.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226int DepthSpec::dtExpressionRandomParam_minimal_depth(int flag)
227{
228 int rv = dtConstant_minimal_depth(flag);
229 return (flag == MAX_TERM_TYPES) ? (rv + 1) : rv;
230}
231
232int DepthSpec::dtExpression_minimal_depth(int flag)
233{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected