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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86602   SWIG_Python_SetConstant(d, "eBasicTypeUnsignedInt128",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedInt128)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  733     return lldb::eBasicTypeUnsignedInt128;
tools/lldb/source/Symbol/ClangASTContext.cpp
  972       g_type_map.Append(ConstString("__uint128_t"), eBasicTypeUnsignedInt128);
 1990   case eBasicTypeUnsignedInt128:
 5758         return eBasicTypeUnsignedInt128;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  107   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeUnsignedInt128),
  159   EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedInt128),