Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp615 bool ExpectCatchList = false; in parseInstruction() local
641 ExpectCatchList = true; in parseInstruction()
722 if (ExpectCatchList && PeekCatchList()) { in parseInstruction()
729 ExpectCatchList = false; in parseInstruction()
749 if (ExpectCatchList && PeekCatchList()) { in parseInstruction()
752 ExpectCatchList = false; in parseInstruction()
824 if (ExpectCatchList) in parseInstruction()