Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:NumRecords

841   unsigned NumRecords = 0;
849 if (NumRecords != TypeList.size())
989 if (NumRecords >= TypeList.size())
993 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
996 TypeList[NumRecords] = 0;
1018 if (NumRecords >= TypeList.size())
1022 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1025 TypeList[NumRecords] = 0;
1050 if (NumRecords >= TypeList.size())
1053 assert(TypeList[NumRecords] == 0 && "Already read type?");
1054 TypeList[NumRecords++] = ResultTy;