Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp573 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()
629 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()
639 ExpectBlockType = false; in ParseInstruction()
641 if (ExpectBlockType) in ParseInstruction()
664 if (ExpectBlockType) { in ParseInstruction()
734 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()