Home | History | Annotate | Download | only in Reader

Lines Matching defs:NumRecords

1263   unsigned NumRecords = 0;
1276 if (NumRecords != TypeList.size())
1414 NumRecords >= TypeList.size())
1418 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1421 TypeList[NumRecords] = nullptr;
1443 if (NumRecords >= TypeList.size())
1447 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
1450 TypeList[NumRecords] = nullptr;
1475 if (NumRecords >= TypeList.size())
1477 if (TypeList[NumRecords])
1481 TypeList[NumRecords++] = ResultTy;