Searched refs:numTypes (Results 1 – 2 of 2) sorted by relevance
32 static const unsigned numTypes = sizeof(TypeInfos) / sizeof(TypeInfos[0]); variable35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()188 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
528 size_t numTypes = [types count];529 for (size_t i = 0; i < numTypes; ++i)