Searched defs:catchVec (Results 1 – 2 of 2) sorted by relevance
84 std::vector<std::pair<LabelIdx, CatchNode *>> catchVec; in BuildEHFunc() local141 void EHFunc::MergeCatchToTry(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in MergeCatchToTry()162 void EHFunc::BuildEHTypeTable(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in BuildEHTypeTable()
87 MapleVector<CatchNode *> catchVec; variable