HomeSort by: relevance | last modified time | path
    Searched defs:NumTypes (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp 24 uint32_t NumTypes = 0;
26 ++NumTypes;
27 return NumTypes;
  /src/sys/external/bsd/acpica/dist/compiler/
aslpredef.c 736 UINT32 NumTypes;
764 NumTypes = AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer,
769 (NumTypes > 1) ? " (depending on descriptor type)" : "");
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpcodesEmitter.cpp 25 unsigned NumTypes;
30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {}
303 if (Cases.size() < NumTypes)
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 450 UINT32 NumTypes;
453 NumTypes = AcpiUtGetResourceBitWidth (Gbl_Buffer,
459 (NumTypes > 1) ? " (depending on descriptor type)" : "");
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp 1495 const static unsigned NumTypes = 4; // i8, i16, i32, i64
1523 } OpTable[NumTypes] = {
X86FastISel.cpp 1868 const static unsigned NumTypes = 4; // i8, i16, i32, i64
1897 } OpTable[NumTypes] = {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1088 uint32_t NumTypes = Signatures.size();
1091 if (Type >= NumTypes)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 5673 const unsigned NumTypes = D.getNumTypeObjects();
5675 for (unsigned Idx = 0; Idx != NumTypes; ++Idx)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 17654 const unsigned NumTypes = 4;
17655 QualType SignedIntegralTypes[NumTypes] = {
17658 QualType UnsignedIntegralTypes[NumTypes] = {
17666 for (unsigned I = 0; I != NumTypes; ++I)
TreeTransform.h 14181 const unsigned NumTypes = llvm::array_lengthof(Types);
14183 for (unsigned I = 0; I != NumTypes; ++I)

Completed in 89 milliseconds