Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp24 unsigned NumTypes;
28 : Records(R), NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()
344 if (Cases.size() < NumTypes) in EmitEval()
25 unsigned NumTypes; global() member in __anonf78b70030111::ClangOpcodesEmitter
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1264 uint32_t NumTypes = Signatures.size(); in parseTagSection()
1275 if (Im.SigIndex >= NumTypes) in parseGlobalSection()
1307 if (Im.SigIndex >= NumTypes) in parseExportSection()
1326 uint32_t NumTypes = Signatures.size(); in parseExportSection()
1329 if (Type >= NumTypes) in parseExportSection()
1385 uint32_t NumTypes = Signatures.size();
1391 if (Type >= NumTypes) in isDefinedGlobalIndex()
1137 uint32_t NumTypes = Signatures.size(); parseImportSection() local
1197 uint32_t NumTypes = Signatures.size(); parseFunctionSection() local
1254 uint32_t NumTypes = Signatures.size(); parseTagSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1629 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectMulDivRem()
1658 } OpTable[NumTypes] = { in selectMulDivRem()
1594 const static unsigned NumTypes = 4; // i8, i16, i32, i64 selectMulDivRem() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1859 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem()
1888 } OpTable[NumTypes] = { in X86SelectDivRem()
1858 const static unsigned NumTypes = 4; // i8, i16, i32, i64 X86SelectDivRem() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2818 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
2861 TypeIdx == NumTypes - 1) in DiagnoseDefaultTemplateArgument()
2897 if (TypeIdx == NumTypes - 1) in DiagnoseUnexpandedParameterPacks()
3519 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; MatchTemplateParametersToScopeSpecifier() local
H A DSemaDecl.cpp19353 const unsigned NumTypes = 4; in ActOnFields()
19354 QualType SignedIntegralTypes[NumTypes] = { in ActOnFields()
19357 QualType UnsignedIntegralTypes[NumTypes] = { in ActOnFields()
19365 for (unsigned I = 0; I != NumTypes; ++I) in ActOnFields()
19686 const unsigned NumTypes = 4; getNextLargerIntegralType() local
H A DSemaLookup.cpp754 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6606 const unsigned NumTypes = D.getNumTypeObjects(); in ParseDirectDeclarator()
6608 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in ParseDirectDeclarator()
6210 const unsigned NumTypes = D.getNumTypeObjects(); isPipeDeclarator() local