| 315 | } |
| 316 | |
| 317 | unsigned CompilerContext::currentToBaseStackOffset(unsigned _offset) const |
| 318 | { |
| 319 | return static_cast<unsigned>(m_asm->deposit()) - _offset - 1; |
| 320 | } |
| 321 | |
| 322 | std::pair<u256, unsigned> CompilerContext::storageLocationOfVariable(Declaration const& _declaration) const |
| 323 | { |
no test coverage detected