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.cpp613 bool ExpectBlockType = false; in parseInstruction() local
619 ExpectBlockType = true; in parseInstruction()
622 ExpectBlockType = true; in parseInstruction()
625 ExpectBlockType = true; in parseInstruction()
628 ExpectBlockType = true; in parseInstruction()
640 ExpectBlockType = true; in parseInstruction()
689 (Lexer.is(AsmToken::LParen) && ExpectBlockType && !PeekCatchList())) { in parseInstruction()
701 if (ExpectBlockType) in parseInstruction()
703 ExpectBlockType = false; in parseInstruction()
723 if (ExpectBlockType) { in parseInstruction()
[all …]