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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp186 enum NestingType { enum in class:__anon4353::final
195 std::vector<NestingType> NestingStack;
242 std::pair<StringRef, StringRef> nestingString(NestingType NT) {
257 llvm_unreachable("unknown NestingType");
261 void push(NestingType NT) { NestingStack.push_back(NT); }
263 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) {

Completed in 105 milliseconds