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

Method set_index

src/ArrayVariable.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void
234ArrayVariable::set_index(size_t index, const Expression* e)
235{
236 indices[index] = e;
237}
238
239unsigned long
240ArrayVariable::get_size(void) const

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected