Searched refs:NumColors (Results 1 – 2 of 2) sorted by relevance
92 static const int NumColors = 20; in getColorString() local93 static const char* Colors[NumColors] = { in getColorString()97 return Colors[ColorNumber % NumColors]; in getColorString()
1183 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local1184 assert(NumColors == 1 && "Expected monochromatic BB!"); in verifyPreparedFunclets()1185 if (NumColors == 0) in verifyPreparedFunclets()1187 if (NumColors > 1) in verifyPreparedFunclets()