[SMTChecker] Basic support for inline assembly using over-approximating analysis

This commit is contained in:
Martin Blicha
2021-01-26 16:20:50 +01:00
committed by Martin Blicha
parent 2f2d2224b1
commit 484e67815a
14 changed files with 261 additions and 5 deletions
+2
View File
@@ -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);