Searched refs:NumTypes (Results 1 – 11 of 11) sorted by relevance
24 uint32_t NumTypes = 0; in getNumRecordsInCollection() local26 ++NumTypes; in getNumRecordsInCollection()27 return NumTypes; in getNumRecordsInCollection()
844 UINT32 NumTypes; in ApDisplayReservedNames() local872 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer, in ApDisplayReservedNames()877 (NumTypes > 1) ? " (depending on descriptor type)" : ""); in ApDisplayReservedNames()
25 unsigned NumTypes; member in __anon613b87a50111::ClangOpcodesEmitter30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()303 if (Cases.size() < NumTypes) in EmitGroup()
1495 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local1523 } OpTable[NumTypes] = { in selectDivRem()
1868 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local1897 } OpTable[NumTypes] = { in X86SelectDivRem()
1089 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local1092 if (Type >= NumTypes) in parseFunctionSection()
3198 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local3241 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()3277 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
17711 const unsigned NumTypes = 4; in getNextLargerIntegralType() local17712 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()17715 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()17723 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
736 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
14246 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local14248 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
5690 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() local5692 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclerator()