Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void
228
ArrayVariable::add_index(const Expression* e)
229
{
230
indices.push_back(e);
231
}
232
233
void
234
ArrayVariable::set_index(size_t index, const Expression* e)
Callers
1
itemize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected