reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 if (StackID != 0) { 234 AllColors.resize(StackID + 1); 235 UsedColors.resize(StackID + 1); 236 AllColors[StackID].resize(LastFI); 237 UsedColors[StackID].resize(LastFI); 240 AllColors[StackID].set(FI);