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

Method dtSelectVariable_minimal_depth

src/DepthSpec.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289int DepthSpec::dtSelectVariable_minimal_depth(int flag)
290{
291 return (flag == MAX_VAR_SCOPE) ? dtVariableSelection_minimal_depth(flag) + 1 :
292 dtVariableSelection_minimal_depth(flag);
293}
294
295int DepthSpec::dtSelectDerefPointer_minimal_depth(int)
296{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected