Home | History | Annotate | Download | only in Reader

Lines Matching full:numrecords

736   unsigned NumRecords = 0;
749 if (NumRecords != TypeList.size())
882 if (NumRecords >= TypeList.size())
886 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
889 TypeList[NumRecords] = nullptr;
911 if (NumRecords >= TypeList.size())
915 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
918 TypeList[NumRecords] = nullptr;
943 if (NumRecords >= TypeList.size())
946 assert(!TypeList[NumRecords] && "Already read type?");
947 TypeList[NumRecords++] = ResultTy;