MCPcopy Create free account
hub / github.com/argotorg/solidity / createExpr

Method createExpr

libsolidity/formal/SMTEncoder.cpp:2574–2583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2572}
2573
2574void SMTEncoder::createExpr(Expression const& _e)
2575{
2576 bool abstract = m_context.createExpression(_e);
2577 if (abstract)
2578 m_unsupportedErrors.warning(
2579 8364_error,
2580 _e.location(),
2581 "Assertion checker does not yet implement type " + _e.annotation().type->toString()
2582 );
2583}
2584
2585void SMTEncoder::defineExpr(Expression const& _e, smtutil::Expression _value)
2586{

Callers

nothing calls this directly

Calls 4

createExpressionMethod · 0.45
warningMethod · 0.45
locationMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected