Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp545 bool ExpectBlockType = false; in ParseInstruction() local
551 ExpectBlockType = true; in ParseInstruction()
554 ExpectBlockType = true; in ParseInstruction()
557 ExpectBlockType = true; in ParseInstruction()
560 ExpectBlockType = true; in ParseInstruction()
604 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()
614 ExpectBlockType = false; in ParseInstruction()
636 if (ExpectBlockType) { in ParseInstruction()
714 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()