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

Method expression

libsolidity/formal/EncodingContext.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134/// Expressions
135
136std::shared_ptr<SymbolicVariable> EncodingContext::expression(frontend::Expression const& _e)
137{
138 if (!knownExpression(_e))
139 createExpression(_e);
140 return m_expressions.at(&_e);
141}
142
143bool EncodingContext::createExpression(frontend::Expression const& _e, std::shared_ptr<SymbolicVariable> _symbVar)
144{

Callers 15

endVisitMethod · 0.45
visitMethod · 0.45
visitAssertMethod · 0.45
visitPublicGetterMethod · 0.45
internalFunctionCallMethod · 0.45
usesStaticCallMethod · 0.45
buildABIFunctionsMethod · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected