Home
last modified time | relevance | path

Searched refs:z3Interface (Results 1 – 2 of 2) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libsmtutil/
H A DZ3CHCInterface.h48 Z3Interface* z3Interface() const { return m_z3Interface.get(); } in z3Interface() function
/dports/lang/solidity/solidity_0.8.11/libsolidity/formal/
H A DCHC.cpp998 auto z3Interface = dynamic_cast<Z3CHCInterface const*>(m_interface.get()); in resetSourceAnalysis() local
999 solAssert(z3Interface, ""); in resetSourceAnalysis()
1000 m_context.setSolver(z3Interface->z3Interface()); in resetSourceAnalysis()