Searched defs:exceptionType (Results 1 – 5 of 5) sorted by relevance
71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable()75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable()
271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable()278 …able *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptionType) in CreateCatchTable()
231 Type exceptionType {}; in VerifyExcHandler() local
261 MIRType *exceptionType = nullptr; in FillSwitchTable() local
38 checker::ETSObjectType *exceptionType = checker->GlobalETSObjectType(); in Check() local2129 if (auto const exceptionType = catchClause->Check(checker); in Check() local