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

Function RandomLocalName

src/VariableSelector.cpp:147–151  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

145
146// --------------------------------------------------------------
147static string
148RandomLocalName(void)
149{
150 return gensym("l_");
151}
152
153// --------------------------------------------------------------
154static string

Callers 2

create_random_arrayMethod · 0.85

Calls 1

gensymFunction · 0.85

Tested by

no test coverage detected