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

Method add_index

src/ArrayVariable.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void
228ArrayVariable::add_index(const Expression* e)
229{
230 indices.push_back(e);
231}
232
233void
234ArrayVariable::set_index(size_t index, const Expression* e)

Callers 1

itemizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected