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

Method dtFunctionInvocationRandomUnary_minimal_depth

src/DepthSpec.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174int DepthSpec::dtFunctionInvocationRandomUnary_minimal_depth(int)
175{
176 return ATOMIC_DEPTH_INCR + dtSafeOpFlags_minimal_depth()
177 + dtExpression_minimal_depth();
178}
179
180int DepthSpec::dtFunctionInvocationRandomRegularBinary_minimal_depth(int)
181{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected