Home
last modified time | relevance | path

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

/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/ir/
H A DIRGeneratorForStatements.cpp3253 vector<Type const*> errorArgumentTypes; in revertWithError() local
3258 errorArgumentTypes.push_back(arg->annotation().type); in revertWithError()
3261 templ("encode", m_context.abiFunctions().tupleEncoder(errorArgumentTypes, _parameterTypes)); in revertWithError()