Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1751 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
1794 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
1830 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
H A DSemaDecl.cpp13099 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
13100 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
13103 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
13111 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
H A DTreeTransform.h10370 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local
10372 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1528 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1557 } OpTable[NumTypes] = { in X86SelectDivRem()