Searched refs:NestingType (Results 1 – 1 of 1) sorted by relevance
218 enum NestingType { enum in __anon101c24c70111::WebAssemblyAsmParser228 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()