Searched refs:SentTypes (Results 1 – 1 of 1) sorted by relevance
355 SmallVector<wasm::ValType> SentTypes; in checkTryTable() local360 llvm::append_range(SentTypes, Sig->Params); in checkTryTable()366 SentTypes.push_back(wasm::ValType::EXNREF); in checkTryTable()378 if (compareTypes(SentTypes, DestTypes)) { in checkTryTable()381 getTypesString(SentTypes) + ", but destination's type is " + in checkTryTable()