Searched refs:NumTypes (Results 1 – 8 of 8) sorted by relevance
844 UINT32 NumTypes; in ApDisplayReservedNames() local872 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer, in ApDisplayReservedNames()877 (NumTypes > 1) ? " (depending on descriptor type)" : ""); in ApDisplayReservedNames()
860 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local863 if (Type >= NumTypes) in parseFunctionSection()
1615 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local1643 } OpTable[NumTypes] = { in selectDivRem()
1865 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local1894 } OpTable[NumTypes] = { in X86SelectDivRem()
2688 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local2731 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()2767 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
16193 const unsigned NumTypes = 4; in getNextLargerIntegralType() local16194 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()16197 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()16205 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
12411 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local12413 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
5309 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() local5311 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclerator()