Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp373 bool popAndPushWithSameSignature(StringRef Ins, NestingType PopNT, in popAndPushWithSameSignature() function in __anon9b7df71c0111::WebAssemblyAsmParser
630 if (popAndPushWithSameSignature(Name, If, Else)) in parseInstruction()
633 if (popAndPushWithSameSignature(Name, Try, Try)) in parseInstruction()
636 if (popAndPushWithSameSignature(Name, Try, CatchAll)) in parseInstruction()