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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp24 uint32_t NumTypes = 0; local
26 ++NumTypes;
27 return NumTypes;
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c736 UINT32 NumTypes; local
764 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer,
769 (NumTypes > 1) ? " (depending on descriptor type)" : "");
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c450 UINT32 NumTypes; local
453 NumTypes = AcpiUtGetResourceBitWidth (Gbl_Buffer,
459 (NumTypes > 1) ? " (depending on descriptor type)" : "");
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp25 unsigned NumTypes; member in class:__anon1211::ClangOpcodesEmitter
30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {}
303 if (Cases.size() < NumTypes)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1088 uint32_t NumTypes = Signatures.size(); local
1091 if (Type >= NumTypes)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1495 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1523 } OpTable[NumTypes] = {
H A DX86FastISel.cpp1868 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1897 } OpTable[NumTypes] = {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3198 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
3241 TypeIdx == NumTypes - 1)
3277 if (TypeIdx == NumTypes - 1)
H A DSemaDecl.cpp17654 const unsigned NumTypes = 4; local
17655 QualType SignedIntegralTypes[NumTypes] = {
17658 QualType UnsignedIntegralTypes[NumTypes] = {
17666 for (unsigned I = 0; I != NumTypes; ++I)
H A DSemaLookup.cpp736 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) {
H A DTreeTransform.h14181 const unsigned NumTypes = llvm::array_lengthof(Types); local
14183 for (unsigned I = 0; I != NumTypes; ++I)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5673 const unsigned NumTypes = D.getNumTypeObjects(); local
5675 for (unsigned Idx = 0; Idx != NumTypes; ++Idx)

Completed in 624 milliseconds