Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp221 enum NestingType { enum in __anonb6ef144c0111::WebAssemblyAsmParser
232 NestingType NT;
304 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
325 void push(NestingType NT) { NestingStack.push_back({NT, wasm::WasmSignature()}); } in push()
327 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop()