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

Method parserResult

libyul/YulStack.cpp:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432std::shared_ptr<Object> YulStack::parserResult() const
433{
434 yulAssert(m_stackState >= AnalysisSuccessful, "Analysis was not successful.");
435 yulAssert(m_parserResult, "");
436 yulAssert(m_parserResult->hasCode(), "");
437 return m_parserResult;
438}
439
440Dialect const& YulStack::dialect() const
441{

Callers 15

parseFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80
DEFINE_PROTO_FUZZERFunction · 0.80
DEFINE_PROTO_FUZZERFunction · 0.80
assembleMethod · 0.80
objectMethod · 0.80
runMethod · 0.80
runMethod · 0.80
checkFunction · 0.80
parseMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

hasCodeMethod · 0.80

Tested by 10

runMethod · 0.64
runMethod · 0.64
parseMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64