Home
last modified time | relevance | path

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

/trueos/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()
/trueos/contrib/llvm/lib/Target/R600/
HDAMDILISelLowering.cpp85 const size_t NumTypes = array_lengthof(types); in InitAMDILLowering() local
94 for (unsigned int x = 0; x < NumTypes; ++x) { in InitAMDILLowering()
/trueos/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp1318 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1347 } OpTable[NumTypes] = { in X86SelectDivRem()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp1705 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
1748 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
1788 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
HDSemaDecl.cpp12225 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
12226 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
12229 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
12237 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
HDTreeTransform.h9470 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local
9472 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()