Searched defs:numTypes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTypes.cpp32 static const unsigned numTypes = sizeof(TypeInfos) / sizeof(TypeInfos[0]); variable
35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID.");
188 for (unsigned i=0; i<numTypes; ++i) {

Completed in 2717 milliseconds