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

Method get_indirect_level

src/ExpressionVariable.cpp:186–190  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

184 *
185 */
186int
187ExpressionVariable::get_indirect_level(void) const
188{
189 return var.type->get_indirect_level() - type->get_indirect_level();
190}
191
192/*
193 *

Callers 1

make_randomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected