Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c844 UINT32 NumTypes; in ApDisplayReservedNames() local
872 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer, in ApDisplayReservedNames()
877 (NumTypes > 1) ? " (depending on descriptor type)" : ""); in ApDisplayReservedNames()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp25 unsigned NumTypes; member in __anon24d2b4670111::ClangOpcodesEmitter
30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()
321 if (Cases.size() < NumTypes) in EmitGroup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1137 uint32_t NumTypes = Signatures.size(); in parseImportSection() local
1148 if (Im.SigIndex >= NumTypes) in parseImportSection()
1178 if (Im.SigIndex >= NumTypes) in parseImportSection()
1197 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local
1200 if (Type >= NumTypes) in parseFunctionSection()
1254 uint32_t NumTypes = Signatures.size(); in parseTagSection() local
1260 if (Type >= NumTypes) in parseTagSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1594 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectMulDivRem() local
1623 } OpTable[NumTypes] = { in selectMulDivRem()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1858 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1887 } OpTable[NumTypes] = { in X86SelectDivRem()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3519 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
3562 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
3598 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
H A DSemaDecl.cpp19686 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
19687 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
19690 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
19698 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
H A DSemaLookup.cpp752 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6210 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local
6212 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()