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.cpp217 enum NestingType { enum in __anon9b7df71c0111::WebAssemblyAsmParser
228 NestingType NT;
287 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
308 void push(NestingType NT, wasm::WasmSignature Sig = wasm::WasmSignature()) { in push()
312 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop()
326 bool popAndPushWithSameSignature(StringRef Ins, NestingType PopNT, in popAndPushWithSameSignature()
327 NestingType PushNT) { in popAndPushWithSameSignature()