Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslpredef.c735 UINT32 NumTypes; in ApDisplayReservedNames() local
763 NumTypes = AcpiUtGetResourceBitWidth (MsgBuffer, in ApDisplayReservedNames()
768 (NumTypes > 1) ? " (depending on descriptor type)" : ""); in ApDisplayReservedNames()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp1780 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
1823 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
1859 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
HDSemaDecl.cpp13488 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
13489 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
13492 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
13500 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
HDTreeTransform.h10695 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local
10697 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp1593 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1622 } OpTable[NumTypes] = { in X86SelectDivRem()