Home | History | Annotate | Download | only in Reader

Lines Matching refs:NumRecords

724   unsigned NumRecords = 0;
738 if (NumRecords != TypeList.size())
869 if (NumRecords >= TypeList.size())
873 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
876 TypeList[NumRecords] = 0;
898 if (NumRecords >= TypeList.size())
902 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
905 TypeList[NumRecords] = 0;
930 if (NumRecords >= TypeList.size())
933 assert(TypeList[NumRecords] == 0 && "Already read type?");
934 TypeList[NumRecords++] = ResultTy;