Searched refs:CurrentTI (Results 1 – 1 of 1) sorted by relevance
227 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local240 CurrentTI = LargestTypeIndex + 1; in fullScanForType()247 ensureCapacityFor(CurrentTI); in fullScanForType()248 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()249 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()254 ++CurrentTI; in fullScanForType()256 if (CurrentTI <= TI) { in fullScanForType()