Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDValueObjectConstResultChild.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()
HDValueObjectChild.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()
HDValueObject.cpp2093 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-head/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectConstResultChild.h36 bool is_deref_of_parent,
HDValueObjectChild.h82 bool is_deref_of_parent,