Searched refs:expr_result_valobj_sp (Results 1 – 1 of 1) sorted by relevance
1720 ValueObjectSP expr_result_valobj_sp; in PreprocessCommand() local1732 expr_result_valobj_sp, options); in PreprocessCommand()1736 if (expr_result_valobj_sp) in PreprocessCommand()1737 expr_result_valobj_sp = in PreprocessCommand()1738 expr_result_valobj_sp->GetQualifiedRepresentationIfAvailable( in PreprocessCommand()1739 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()1740 if (expr_result_valobj_sp->ResolveValue(scalar)) { in PreprocessCommand()1768 if (expr_result_valobj_sp) in PreprocessCommand()1769 error = expr_result_valobj_sp->GetError(); in PreprocessCommand()