Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp218 enum NestingType { enum in __anon101c24c70111::WebAssemblyAsmParser
228 std::vector<NestingType> NestingStack;
282 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
303 void push(NestingType NT) { NestingStack.push_back(NT); } in push()
305 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop()