Searched refs:SkipsPointers (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/DataFormatters/ |
D | TypeSynthetic.cpp | 39 SkipsPointers() ? " (skip pointers)" : "", in GetDescription() 58 SkipsPointers() ? " (skip pointers)" : "", in GetDescription() 107 SkipsPointers() ? " (skip pointers)" : "", in GetDescription()
|
D | TypeSummary.cpp | 139 SkipsPointers() ? " (skip pointers)" : "", in GetDescription() 175 SkipsPointers() ? " (skip pointers)" : "", in GetDescription() 242 SkipsPointers() ? " (skip pointers)" : "", in GetDescription()
|
D | TypeFormat.cpp | 48 SkipsPointers() ? " (skip pointers)" : "", in GetDescription()
|
/external/lldb/include/lldb/DataFormatters/ |
D | TypeFormat.h | 149 SkipsPointers () const in SkipsPointers() function
|
D | FormatNavigator.h | 580 …t_Impl(valobj, clang_type.GetPointeeType(), entry, use_dynamic, reason) && !entry->SkipsPointers()) in Get_Impl() 605 …t_Impl(valobj, clang_type.GetPointeeType(), entry, use_dynamic, reason) && !entry->SkipsPointers()) in Get_Impl()
|
D | TypeSummary.h | 219 SkipsPointers () const in SkipsPointers() function
|
D | TypeSynthetic.h | 201 SkipsPointers () const in SkipsPointers() function
|