Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp572 bool ExpectBlockType = false; in ParseInstruction() local
578 ExpectBlockType = true; in ParseInstruction()
581 ExpectBlockType = true; in ParseInstruction()
584 ExpectBlockType = true; in ParseInstruction()
587 ExpectBlockType = true; in ParseInstruction()
631 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()
641 ExpectBlockType = false; in ParseInstruction()
643 if (ExpectBlockType) in ParseInstruction()
666 if (ExpectBlockType) { in ParseInstruction()
744 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()