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

Method InitProbabilityTables

src/Expression.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void
100Expression::InitProbabilityTables()
101{
102 Expression::InitExprProbabilityTable();
103 Expression::InitParamProbabilityTable();
104}
105
106///////////////////////////////////////////////////////////////////////////////
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected