Searched refs:DestBlockInfo (Results 1 – 1 of 1) sorted by relevance
371 const auto &DestBlockInfo = in checkTryTable() local374 if (DestBlockInfo.IsLoop) in checkTryTable()375 DestTypes = DestBlockInfo.Sig.Params; in checkTryTable()377 DestTypes = DestBlockInfo.Sig.Returns; in checkTryTable()586 const auto &DestBlockInfo = in typeCheck() local588 if (DestBlockInfo.IsLoop) in typeCheck()589 Error |= checkTypes(ErrorLoc, DestBlockInfo.Sig.Params, false); in typeCheck()591 Error |= checkTypes(ErrorLoc, DestBlockInfo.Sig.Returns, false); in typeCheck()