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

/external/clang/lib/Driver/
H A DTypes.cpp32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable
35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID.");
176 for (unsigned i=0; i<numTypes; ++i) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp96 size_t numTypes = sizeof(types) / sizeof(*types); local
105 for (unsigned int x = 0; x < numTypes; ++x) {
236 #undef numTypes macro
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp96 size_t numTypes = sizeof(types) / sizeof(*types); local
105 for (unsigned int x = 0; x < numTypes; ++x) {
236 #undef numTypes macro

Completed in 90 milliseconds