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

Method is_tmp_var

src/Variable.cpp:535–540  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

533
534// --------------------------------------------------------------
535bool
536Variable::is_tmp_var(void) const
537{
538 // JYTODO: need stronger criteria?
539 return (name.find("t") == 0);
540}
541
542bool
543Variable::is_const(void) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected