Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp371 const auto &DestBlockInfo = in checkTryTable() local
374 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() local
588 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()