Searched refs:NumTypes (Results 1 – 9 of 9) sorted by relevance
26 uint32_t NumTypes = 0; in getNumRecordsInCollection() local29 ++NumTypes; in getNumRecordsInCollection()30 return NumTypes; in getNumRecordsInCollection()
25 unsigned NumTypes; member in __anon81ecc2a80111::ClangOpcodesEmitter30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()311 if (Cases.size() < NumTypes) in EmitGroup()
1112 uint32_t NumTypes = Signatures.size(); in parseImportSection() local1123 if (Im.SigIndex >= NumTypes) in parseImportSection()1153 if (Im.SigIndex >= NumTypes) in parseImportSection()1172 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local1175 if (Type >= NumTypes) in parseFunctionSection()1229 uint32_t NumTypes = Signatures.size(); in parseTagSection() local1235 if (Type >= NumTypes) in parseTagSection()
1533 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local1561 } OpTable[NumTypes] = { in selectDivRem()
1861 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local1890 } OpTable[NumTypes] = { in X86SelectDivRem()
3350 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local3393 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()3429 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
19070 const unsigned NumTypes = 4; in getNextLargerIntegralType() local19071 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()19074 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()19082 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
740 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
5990 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local5992 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()