Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStackFrame.cpp557 const bool no_synth_child = (options & eExpressionPathOptionsNoSyntheticChildren) != 0; in GetValueForVariableExpressionPath() local
703 if (no_synth_child == false) in GetValueForVariableExpressionPath()
710 if (no_synth_child || !child_valobj_sp) in GetValueForVariableExpressionPath()
810 if (no_synth_child && is_objc_pointer) in GetValueForVariableExpressionPath()
869 … if (!child_valobj_sp && (is_incomplete_array || no_synth_child == false)) in GetValueForVariableExpressionPath()
897 if (no_synth_child /* synthetic is forbidden */ || in GetValueForVariableExpressionPath()