Searched refs:is_deref_of_parent (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultChild.cpp | 28 bool is_base_class, bool is_deref_of_parent, lldb::addr_t live_address, in ValueObjectConstResultChild() argument 32 is_deref_of_parent, eAddressTypeLoad, language_flags), in ValueObjectConstResultChild()
|
H A D | ValueObjectChild.cpp | 33 bool is_base_class, bool is_deref_of_parent, in ValueObjectChild() argument 39 m_is_base_class(is_base_class), m_is_deref_of_parent(is_deref_of_parent), in ValueObjectChild()
|
H A D | ValueObject.cpp | 2093 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath() local 2095 if (is_deref_of_parent && in GetExpressionPath() 2118 if (!is_deref_of_parent) { in GetExpressionPath() 2148 if (is_deref_of_parent && in GetExpressionPath()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectConstResultChild.h | 36 bool is_deref_of_parent,
|
H A D | ValueObjectChild.h | 82 bool is_deref_of_parent,
|