Home
last modified time | relevance | path

Searched defs:isCatchall (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp916 Function::CatchBlock Parser::PrepareCatchBlock(bool isCatchall, size_t size, size_t catchallTokensN… in PrepareCatchBlock()
978 bool isCatchall = *context_ == Token::Type::ID_CATCHALL; in ParseAsCatchDirective() local