Searched refs:BrList (Results 1 – 2 of 2) sorted by relevance
48 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind; enumerator101 bool isBrList() const { return Kind == BrList; } in isBrList()168 case BrList: in print()709 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); in ParseInstruction()
38 def BrListAsmOperand : AsmOperandClass { let Name = "BrList"; }