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

Method setViaIR

libsolidity/interface/CompilerStack.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void CompilerStack::setViaIR(bool _viaIR)
227{
228 solAssert(m_stackState < ParsedAndImported, "Must set viaIR before parsing.");
229 m_viaIR = _viaIR;
230}
231
232void CompilerStack::setExperimental(bool _experimental)
233{

Callers 10

testCompilerMethod · 0.80
compileContractMethod · 0.80
setupCompilerMethod · 0.80
setupCompilerMethod · 0.80
runMethod · 0.80
setupCompilerMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 4

setupCompilerMethod · 0.64
setupCompilerMethod · 0.64
runMethod · 0.64
setupCompilerMethod · 0.64