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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86601   SWIG_Python_SetConstant(d, "eBasicTypeInt128",SWIG_From_int(static_cast< int >(lldb::eBasicTypeInt128)));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  723     return lldb::eBasicTypeInt128;
tools/lldb/source/Symbol/ClangASTContext.cpp
  971       g_type_map.Append(ConstString("__int128_t"), eBasicTypeInt128);
 1988   case eBasicTypeInt128:
 5756         return eBasicTypeInt128;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   80   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeInt128),
  158   EXPECT_EQ(GetBasicQualType(eBasicTypeInt128), GetBasicQualType("__int128_t"));