Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp572 bool ExpectBlockType = false; in ParseInstruction() local
577 ExpectBlockType = true; in ParseInstruction()
580 ExpectBlockType = true; in ParseInstruction()
583 ExpectBlockType = true; in ParseInstruction()
586 ExpectBlockType = true; in ParseInstruction()
625 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()
637 if (ExpectBlockType) in ParseInstruction()
639 ExpectBlockType = false; in ParseInstruction()
659 if (ExpectBlockType) { in ParseInstruction()
729 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()