Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectConstResultChild.cpp29 bool is_deref_of_parent in ValueObjectConstResultChild() argument
39 is_deref_of_parent, in ValueObjectConstResultChild()
DValueObjectChild.cpp37 bool is_deref_of_parent, in ValueObjectChild() argument
47 m_is_deref_of_parent (is_deref_of_parent) in ValueObjectChild()
DValueObject.cpp2347 const bool is_deref_of_parent = IsDereferenceOfParent (); in GetExpressionPath() local
2349 if (is_deref_of_parent && epformat == eGetExpressionPathFormatDereferencePointers) in GetExpressionPath()
2370 if (!is_deref_of_parent) in GetExpressionPath()
2412 if (is_deref_of_parent && epformat == eGetExpressionPathFormatDereferencePointers) in GetExpressionPath()
/external/lldb/include/lldb/Core/
DValueObjectConstResultChild.h37 bool is_deref_of_parent);
DValueObjectChild.h114 bool is_deref_of_parent,