Searched refs:LastSlot (Results 1 – 2 of 2) sorted by relevance
619 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount() local620 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount()623 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params))) in VerifyAttributeCount()
1663 unsigned LastSlot = Attrs.getNumSlots() - 1; in verifyAttributeCount() local1664 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in verifyAttributeCount()1667 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in verifyAttributeCount()