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

Method make_dummy_static_variable

src/VariableSelector.cpp:1514–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512}
1513
1514Variable *
1515VariableSelector::make_dummy_static_variable(const string &name)
1516{
1517 CVQualifiers dummy;
1518 Variable *var = new Variable(name, 0, 0, &dummy);
1519 return var;
1520}
1521
1522
1523const Variable*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected