Home
last modified time | relevance | path

Searched refs:SentTypes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp355 SmallVector<wasm::ValType> SentTypes; in checkTryTable() local
360 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()