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

/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c736 UINT32 NumTypes; local
764 NumTypes = AcpiUtGetResourceBitWidth (MsgBuffer,
769 (NumTypes > 1) ? " (depending on descriptor type)" : "");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1783 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
1826 TypeIdx == NumTypes - 1)
1862 if (TypeIdx == NumTypes - 1)
H A DSemaDecl.cpp13877 const unsigned NumTypes = 4; local
13878 QualType SignedIntegralTypes[NumTypes] = {
13881 QualType UnsignedIntegralTypes[NumTypes] = {
13889 for (unsigned I = 0; I != NumTypes; ++I)
H A DTreeTransform.h11205 const unsigned NumTypes = llvm::array_lengthof(Types); local
11207 for (unsigned I = 0; I != NumTypes; ++I)
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1600 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1629 } OpTable[NumTypes] = {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4885 const unsigned NumTypes = D.getNumTypeObjects(); local
4887 for (unsigned Idx = 0; Idx != NumTypes; ++Idx)

Completed in 199 milliseconds