Searched defs:catchBlock (Results 1 – 5 of 5) sorted by relevance
144 auto *catchBlock = allocator->New<panda::pandasm::Function::CatchBlock>(); in Deserialize() local
202 for (const auto *catchBlock : pg_->CatchList()) { in GenFunctionCatchTables() local
239 for (auto catchBlock = catchs.begin() + index; catchBlock != catchs.end(); catchBlock++) { member
158 tryBlock.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catchBlock) { in CollectTryCatchBlockInfo()519 for (auto &catchBlock: bb.catchs) { in UpdateCFG() local
1739 ir::BlockStatement *catchBlock = ParseBlockStatement(catchScope); in ParseCatchClause() local