mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Basic support for inline assembly using over-approximating analysis
This commit is contained in:
committed by
Martin Blicha
parent
2f2d2224b1
commit
484e67815a
@@ -260,6 +260,8 @@ protected:
|
||||
void initializeLocalVariables(FunctionDefinition const& _function);
|
||||
void initializeFunctionCallParameters(CallableDeclaration const& _function, std::vector<smtutil::Expression> const& _callArgs);
|
||||
void resetStateVariables();
|
||||
void resetStorageVariables();
|
||||
void resetMemoryVariables();
|
||||
/// Resets all references/pointers that have the same type or have
|
||||
/// a subexpression of the same type as _varDecl.
|
||||
void resetReferences(VariableDeclaration const& _varDecl);
|
||||
|
||||
Reference in New Issue
Block a user