| 264 | } |
| 265 | |
| 266 | bool CompilerContext::isLocalVariable(Declaration const* _declaration) const |
| 267 | { |
| 268 | return !!m_localVariables.count(_declaration); |
| 269 | } |
| 270 | |
| 271 | evmasm::AssemblyItem CompilerContext::functionEntryLabel(Declaration const& _declaration) |
| 272 | { |
no test coverage detected