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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c736 UINT32 NumTypes; local
764 NumTypes = AcpiUtGetResourceBitWidth (MsgBuffer,
769 (NumTypes > 1) ? " (depending on descriptor type)" : "");
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp85 const size_t NumTypes = array_lengthof(types); local
94 for (unsigned int x = 0; x < NumTypes; ++x) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1705 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
1748 TypeIdx == NumTypes - 1)
1788 if (TypeIdx == NumTypes - 1)
H A DSemaDecl.cpp12225 const unsigned NumTypes = 4; local
12226 QualType SignedIntegralTypes[NumTypes] = {
12229 QualType UnsignedIntegralTypes[NumTypes] = {
12237 for (unsigned I = 0; I != NumTypes; ++I)
H A DTreeTransform.h9470 const unsigned NumTypes = llvm::array_lengthof(Types); local
9472 for (unsigned I = 0; I != NumTypes; ++I)
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1318 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1347 } OpTable[NumTypes] = {

Completed in 225 milliseconds