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

References

lib/BinaryFormat/MsgPackDocument.cpp
  207       MPWriter.write(Node.getUInt());
lib/BinaryFormat/MsgPackDocumentYAML.cpp
   76     StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt());
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  168   return N.getUInt();
  182     Val |= N.getUInt();
  560       unsigned Val = I->second.getUInt();
  575     if (const char *RegName = getRegisterName(Key.getUInt())) {
  613     EW.write(uint32_t(I.second.getUInt()));
unittests/BinaryFormat/MsgPackDocumentTest.cpp
  110   ASSERT_EQ(SI.getUInt(), 1u);
  164   ASSERT_EQ(SI.getUInt(), 1u);