Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
671
bool
672
Statement::is_1st_stm(void) const
673
{
674
return parent && parent->stms.size() && parent->stms[0] == this;
675
}
676
677
bool
678
Statement::is_jump_target_from_other_blocks(void) const
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected