Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp26 uint32_t NumTypes = 0; in getNumRecordsInCollection() local
29 ++NumTypes; in getNumRecordsInCollection()
30 return NumTypes; in getNumRecordsInCollection()
/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp24 unsigned NumTypes; member in __anond32ac6440111::ClangOpcodesEmitter
28 : Records(R), NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()
342 if (Cases.size() < NumTypes) in EmitGroup()
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1259 uint32_t NumTypes = Signatures.size(); in parseImportSection()
1270 if (Im.SigIndex >= NumTypes) in parseImportSection()
1302 if (Im.SigIndex >= NumTypes) in parseImportSection()
1321 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
1324 if (Type >= NumTypes) in parseFunctionSection()
1380 uint32_t NumTypes = Signatures.size(); in parseTagSection()
1386 if (Type >= NumTypes) in parseTagSection()
1261 uint32_t NumTypes = Signatures.size(); parseImportSection() local
1323 uint32_t NumTypes = Signatures.size(); parseFunctionSection() local
1382 uint32_t NumTypes = Signatures.size(); parseTagSection() local
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1628 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectMulDivRem()
1657 } OpTable[NumTypes] = { in selectMulDivRem()
1611 const static unsigned NumTypes = 4; // i8, i16, i32, i64 selectMulDivRem() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1858 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem()
1887 } OpTable[NumTypes] = { in X86SelectDivRem()
1857 const static unsigned NumTypes = 4; // i8, i16, i32, i64 X86SelectDivRem() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2842 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in buildAssociatedConstraints()
2885 TypeIdx == NumTypes - 1) in buildAssociatedConstraints()
2921 if (TypeIdx == NumTypes - 1) in buildIsDeducibleConstraint()
4035 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; MatchTemplateParametersToScopeSpecifier() local
H A DSemaDecl.cpp19556 const unsigned NumTypes = 4; in ActOnEnumConstant()
19557 QualType SignedIntegralTypes[NumTypes] = { in ActOnEnumConstant()
19560 QualType UnsignedIntegralTypes[NumTypes] = { in ActOnEnumConstant()
19568 for (unsigned I = 0; I != NumTypes; ++I) in ActOnEnumConstant()
19307 const unsigned NumTypes = 4; getNextLargerIntegralType() local
H A DSemaLookup.cpp753 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6662 const unsigned NumTypes = D.getNumTypeObjects(); in ParseDeclaratorInternal()
6664 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in ParseDeclaratorInternal()
6599 const unsigned NumTypes = D.getNumTypeObjects(); isPipeDeclarator() local