Home | History | Annotate | Download | only in Reader

Lines Matching defs:NumRecords

535   unsigned NumRecords = 0;
543 if (NumRecords != TypeList.size())
686 if (NumRecords >= TypeList.size())
690 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
693 TypeList[NumRecords] = 0;
715 if (NumRecords >= TypeList.size())
719 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
722 TypeList[NumRecords] = 0;
747 if (NumRecords >= TypeList.size())
750 assert(TypeList[NumRecords] == 0 && "Already read type?");
751 TypeList[NumRecords++] = ResultTy;