Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp26 uint32_t NumTypes = 0; in getNumRecordsInCollection() local
29 ++NumTypes; in getNumRecordsInCollection()
30 return NumTypes; in getNumRecordsInCollection()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp25 unsigned NumTypes; member in __anon81ecc2a80111::ClangOpcodesEmitter
30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter()
311 if (Cases.size() < NumTypes) in EmitGroup()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1112 uint32_t NumTypes = Signatures.size(); in parseImportSection() local
1123 if (Im.SigIndex >= NumTypes) in parseImportSection()
1153 if (Im.SigIndex >= NumTypes) in parseImportSection()
1172 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local
1175 if (Type >= NumTypes) in parseFunctionSection()
1229 uint32_t NumTypes = Signatures.size(); in parseTagSection() local
1235 if (Type >= NumTypes) in parseTagSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1533 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local
1561 } OpTable[NumTypes] = { in selectDivRem()
H A DX86FastISel.cpp1861 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1890 } OpTable[NumTypes] = { in X86SelectDivRem()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp3350 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
3393 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
3429 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
H A DSemaDecl.cpp19070 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
19071 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
19074 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
19082 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
H A DSemaLookup.cpp740 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp5990 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local
5992 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()