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

Method InitProbabilityTable

src/Statement.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117ProbabilityTable<unsigned int, ProbName> *Statement::stmtTable_ = NULL;
118
119void
120Statement::InitProbabilityTable()
121{
122 if (Statement::stmtTable_)
123 return;
124
125 Statement::stmtTable_ = new ProbabilityTable<unsigned int, ProbName>();
126 Statement::stmtTable_->initialize(pStatementProb);
127}
128
129eStatementType
130Statement::number_to_type(unsigned int value)

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected