Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp834 bool is_incomplete_array = false; in GetValueForVariableExpressionPath() local
898 … else if (valobj_sp->GetClangType().IsArrayType (NULL, NULL, &is_incomplete_array)) in GetValueForVariableExpressionPath()
903 … if (!child_valobj_sp && (is_incomplete_array || no_synth_child == false)) in GetValueForVariableExpressionPath()