Searched refs:that_sp (Results 1 – 1 of 1) sorted by relevance
681 lldb::StackFrameSP that_sp = that.GetFrameSP(); in IsEqual() local682 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()