Home
last modified time | relevance | path

Searched refs:is_deref_of_parent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp28 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 DValueObjectChild.cpp33 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 DValueObject.cpp1893 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath() local
1895 if (is_deref_of_parent && in GetExpressionPath()
1918 if (!is_deref_of_parent) { in GetExpressionPath()
1948 if (is_deref_of_parent && in GetExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultChild.h36 bool is_deref_of_parent,
H A DValueObjectChild.h82 bool is_deref_of_parent,