Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp812 Function::CatchBlock Parser::PrepareCatchBlock(bool is_catchall, size_t size, size_t catchall_token… in PrepareCatchBlock()
874 bool is_catchall = *context_ == Token::Type::ID_CATCHALL; in ParseAsCatchDirective() local