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

Method is_1st_stm

src/Statement.cpp:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671bool
672Statement::is_1st_stm(void) const
673{
674 return parent && parent->stms.size() && parent->stms[0] == this;
675}
676
677bool
678Statement::is_jump_target_from_other_blocks(void) const

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected