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

Method is_argument

src/Variable.cpp:527–532  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

525
526// --------------------------------------------------------------
527bool
528Variable::is_argument(void) const
529{
530 // JYTODO: need stronger criteria?
531 return (name.find("p_") == 0);
532}
533
534// --------------------------------------------------------------
535bool

Callers 3

find_blk_for_varFunction · 0.80
make_randomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected