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

Method Statement

src/Statement.cpp:367–374  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

365 *
366 */
367Statement::Statement(eStatementType st, Block* b)
368 : eType(st),
369 func(b ? b->func : 0),
370 parent(b)
371{
372 stm_id = Statement::sid;
373 Statement::sid++;
374}
375
376/*
377 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected