Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp860 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local
863 if (Type >= NumTypes) in parseFunctionSection()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1615 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local
1643 } OpTable[NumTypes] = { in selectDivRem()
H A DX86FastISel.cpp1865 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1894 } OpTable[NumTypes] = { in X86SelectDivRem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp2688 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
2731 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
2767 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
H A DSemaDecl.cpp16193 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
16194 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
16197 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
16205 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
H A DTreeTransform.h12411 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local
12413 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5309 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() local
5311 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclerator()