Searched refs:expr_result_valobj_sp (Results 1 – 1 of 1) sorted by relevance
1541 ValueObjectSP expr_result_valobj_sp; in PreprocessCommand() local1553 expr_result_valobj_sp, options); in PreprocessCommand()1557 if (expr_result_valobj_sp) in PreprocessCommand()1558 expr_result_valobj_sp = in PreprocessCommand()1559 expr_result_valobj_sp->GetQualifiedRepresentationIfAvailable( in PreprocessCommand()1560 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()1561 if (expr_result_valobj_sp->ResolveValue(scalar)) { in PreprocessCommand()1589 if (expr_result_valobj_sp) in PreprocessCommand()1590 error = expr_result_valobj_sp->GetError(); in PreprocessCommand()