reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MsgPackDocument.h
   84     assert(getKind() == Type::UInt);
  104     assert(getKind() == Type::UInt);
  159     case Type::UInt:
  290     auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]);
  297     auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]);
lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
   45   if (!verifyScalar(Node, msgpack::Type::UInt))
lib/BinaryFormat/MsgPackDocument.cpp
  104     case Type::UInt:
  206     case Type::UInt:
lib/BinaryFormat/MsgPackDocumentYAML.cpp
   51   case msgpack::Type::UInt:
  122   if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int)
  124   if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt)
  132   case msgpack::Type::UInt:
  190     case Type::UInt:
lib/BinaryFormat/MsgPackReader.cpp
   59     Obj.Kind = Type::UInt;
   62     Obj.Kind = Type::UInt;
   65     Obj.Kind = Type::UInt;
   68     Obj.Kind = Type::UInt;
  154     Obj.Kind = Type::UInt;
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  166   if (N.getKind() != msgpack::Type::UInt)
  181   if (N.getKind() == msgpack::Type::UInt)
unittests/BinaryFormat/MsgPackDocumentTest.cpp
  109   ASSERT_EQ(SI.getKind(), Type::UInt);
  163   ASSERT_EQ(SI.getKind(), Type::UInt);
unittests/BinaryFormat/MsgPackReaderTest.cpp
  218     EXPECT_EQ(Obj.Kind, Type::UInt);
  229   EXPECT_EQ(Obj.Kind, Type::UInt);
  239   EXPECT_EQ(Obj.Kind, Type::UInt);
  249   EXPECT_EQ(Obj.Kind, Type::UInt);
  259   EXPECT_EQ(Obj.Kind, Type::UInt);
  269   EXPECT_EQ(Obj.Kind, Type::UInt);
  279   EXPECT_EQ(Obj.Kind, Type::UInt);
  289   EXPECT_EQ(Obj.Kind, Type::UInt);
  299   EXPECT_EQ(Obj.Kind, Type::UInt);
  309   EXPECT_EQ(Obj.Kind, Type::UInt);
  319   EXPECT_EQ(Obj.Kind, Type::UInt);
  329   EXPECT_EQ(Obj.Kind, Type::UInt);
  339   EXPECT_EQ(Obj.Kind, Type::UInt);