Searched refs:NumTypes (Results 1 – 12 of 12) sorted by relevance
| /freebsd/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/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/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpcodesEmitter.cpp | 24 unsigned NumTypes; member in __anon08e77c710111::ClangOpcodesEmitter 28 : Records(R), NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter() 337 if (Cases.size() < NumTypes) in EmitGroup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1272 uint32_t NumTypes = Signatures.size(); in parseImportSection() local 1283 if (Im.SigIndex >= NumTypes) in parseImportSection() 1315 if (Im.SigIndex >= NumTypes) in parseImportSection() 1334 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 1337 if (Type >= NumTypes) in parseFunctionSection() 1393 uint32_t NumTypes = Signatures.size(); in parseTagSection() local 1399 if (Type >= NumTypes) in parseTagSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | |
| H A D | X86FastISel.cpp | 1865 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1894 } OpTable[NumTypes] = { in X86SelectDivRem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 1669 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectMulDivRem() local 1698 } OpTable[NumTypes] = { in selectMulDivRem()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 2988 size_t NumTypes = New->getNumTypes(); in ParseTreePattern() local 2989 if (LI->empty() || LI->size() != NumTypes) in ParseTreePattern() 2994 for (unsigned i = 0; i < std::min(NumTypes, LI->size()); ++i) in ParseTreePattern()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2860 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local 2903 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier() 2939 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
|
| H A D | SemaDecl.cpp | 19918 const unsigned NumTypes = 4; in getNextLargerIntegralType() local 19919 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 19922 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 19930 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
|
| H A D | SemaLookup.cpp | 757 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6324 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local 6326 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()
|