/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 26 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 D | aslpredef.c | 844 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 D | ClangOpcodesEmitter.cpp | 24 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 D | WasmObjectFile.cpp | 1264 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 D | X86InstructionSelector.cpp | 1629 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 D | X86FastISel.cpp | 1859 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 D | SemaTemplate.cpp | 2818 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 D | SemaDecl.cpp | 19353 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 D | SemaLookup.cpp | 754 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 6606 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
|