Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp574 bool ExpectFuncType = false; in ParseInstruction() local
626 ExpectFuncType = true; in ParseInstruction()
629 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()