Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp550 const auto &LastBlockInfo = BlockInfoStack.back(); in typeCheck() local
551 bool Error = checkTypes(ErrorLoc, LastBlockInfo.Sig.Returns, true); in typeCheck()
553 Stack.truncate(LastBlockInfo.StackStartPos); in typeCheck()
557 pushTypes(LastBlockInfo.Sig.Params); in typeCheck()
572 pushTypes(LastBlockInfo.Sig.Returns); in typeCheck()