Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp585 bool ExpectBlockType = false; in ParseInstruction() local
590 ExpectBlockType = true; in ParseInstruction()
593 ExpectBlockType = true; in ParseInstruction()
596 ExpectBlockType = true; in ParseInstruction()
599 ExpectBlockType = true; in ParseInstruction()
638 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()
649 if (ExpectBlockType) in ParseInstruction()
651 ExpectBlockType = false; in ParseInstruction()
673 if (ExpectBlockType) { in ParseInstruction()
743 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()