Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp409 bool ExpectBlockType = false; in ParseInstruction() local
412 ExpectBlockType = true; in ParseInstruction()
415 ExpectBlockType = true; in ParseInstruction()
418 ExpectBlockType = true; in ParseInstruction()
421 ExpectBlockType = true; in ParseInstruction()
456 if (ExpectBlockType) { in ParseInstruction()
519 if (ExpectBlockType && Operands.size() == 1) { in ParseInstruction()