Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp546 bool ExpectFuncType = false; in ParseInstruction() local
599 ExpectFuncType = true; in ParseInstruction()
604 if (ExpectFuncType || (ExpectBlockType && Lexer.is(AsmToken::LParen))) { in ParseInstruction()