Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp573 bool ExpectFuncType = false; in ParseInstruction() local
622 ExpectFuncType = true; in ParseInstruction()
625 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()