Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp249 enum NestingType { enum in __anon9b7df71c0111::WebAssemblyAsmParser
261 NestingType NT;
332 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
355 void push(NestingType NT, wasm::WasmSignature Sig = wasm::WasmSignature()) { in push()
359 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop()
373 bool popAndPushWithSameSignature(StringRef Ins, NestingType PopNT, in popAndPushWithSameSignature()
374 NestingType PushNT) { in popAndPushWithSameSignature()