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

Method declareVariable

libsmtutil/CHCSmtLib2Interface.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void CHCSmtLib2Interface::declareVariable(std::string const& _name, SortPointer const& _sort)
122{
123 smtAssert(_sort);
124 if (!m_context.isDeclared(_name))
125 m_context.declare(_name, _sort);
126}
127
128std::string CHCSmtLib2Interface::toSmtLibSort(SortPointer const& _sort)
129{

Callers

nothing calls this directly

Calls 2

isDeclaredMethod · 0.80
declareMethod · 0.45

Tested by

no test coverage detected