Lines Matching refs:NumRecords
495 unsigned NumRecords = 0; in ParseTypeTableBody() local
503 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
624 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
628 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
631 TypeList[NumRecords] = 0; in ParseTypeTableBody()
653 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
657 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
660 TypeList[NumRecords] = 0; in ParseTypeTableBody()
685 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
688 assert(TypeList[NumRecords] == 0 && "Already read type?"); in ParseTypeTableBody()
689 TypeList[NumRecords++] = ResultTy; in ParseTypeTableBody()