Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp339 bool popAndPushWithSameSignature(StringRef Ins, NestingType PopNT, in popAndPushWithSameSignature() function in __anon31ff30920111::WebAssemblyAsmParser
601 if (popAndPushWithSameSignature(Name, If, Else)) in ParseInstruction()
604 if (popAndPushWithSameSignature(Name, Try, Try)) in ParseInstruction()
607 if (popAndPushWithSameSignature(Name, Try, CatchAll)) in ParseInstruction()