Searched refs:expr_result_valobj_sp (Results 1 – 1 of 1) sorted by relevance
1500 ValueObjectSP expr_result_valobj_sp; in PreprocessCommand() local1512 expr_result_valobj_sp, options); in PreprocessCommand()1516 if (expr_result_valobj_sp) in PreprocessCommand()1517 expr_result_valobj_sp = in PreprocessCommand()1518 expr_result_valobj_sp->GetQualifiedRepresentationIfAvailable( in PreprocessCommand()1519 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()1520 if (expr_result_valobj_sp->ResolveValue(scalar)) { in PreprocessCommand()1548 if (expr_result_valobj_sp) in PreprocessCommand()1549 error = expr_result_valobj_sp->GetError(); in PreprocessCommand()