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

Method is_local

src/Variable.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493bool
494Variable::is_local(void) const
495{
496 return (name.find("l_") == 0);
497}
498
499// -------------------------------------------------------------
500bool

Callers 2

makeup_new_var_factsMethod · 0.80
make_randomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected