Searched refs:NumTypes (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1752 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
1795 TypeIdx == NumTypes - 1)
1831 if (TypeIdx == NumTypes - 1)
H A DSemaDecl.cpp12661 const unsigned NumTypes = 4; local
12662 QualType SignedIntegralTypes[NumTypes] = {
12665 QualType UnsignedIntegralTypes[NumTypes] = {
12673 for (unsigned I = 0; I != NumTypes; ++I)
H A DTreeTransform.h9817 const unsigned NumTypes = llvm::array_lengthof(Types); local
9819 for (unsigned I = 0; I != NumTypes; ++I)
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1569 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1598 } OpTable[NumTypes] = {

Completed in 660 milliseconds