Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp220 enum NestingType { enum in __anon31ff30920111::WebAssemblyAsmParser
231 NestingType NT;
300 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
321 void push(NestingType NT, wasm::WasmSignature Sig = wasm::WasmSignature()) { in push()
325 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop()
339 bool popAndPushWithSameSignature(StringRef Ins, NestingType PopNT, in popAndPushWithSameSignature()
340 NestingType PushNT) { in popAndPushWithSameSignature()