Searched refs:expr_result_valobj_sp (Results 1 – 1 of 1) sorted by relevance
1760 ValueObjectSP expr_result_valobj_sp; in PreprocessCommand() local1772 expr_result_valobj_sp, options); in PreprocessCommand()1776 if (expr_result_valobj_sp) in PreprocessCommand()1777 expr_result_valobj_sp = in PreprocessCommand()1778 expr_result_valobj_sp->GetQualifiedRepresentationIfAvailable( in PreprocessCommand()1779 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()1780 if (expr_result_valobj_sp->ResolveValue(scalar)) { in PreprocessCommand()1808 if (expr_result_valobj_sp) in PreprocessCommand()1809 error = expr_result_valobj_sp->GetError(); in PreprocessCommand()