Home
last modified time | relevance | path

Searched refs:addToInternalDispatch (Results 1 – 3 of 3) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/ir/
H A DIRGenerationContext.cpp150 void IRGenerationContext::addToInternalDispatch(FunctionDefinition const& _function) in addToInternalDispatch() function in IRGenerationContext
H A DIRGenerationContext.h146 void addToInternalDispatch(FunctionDefinition const& _function);
H A DIRGeneratorForStatements.cpp2701 m_context.addToInternalDispatch(_referencedFunction); in assignInternalFunctionIDIfNotCalledDirectly()