Home
last modified time | relevance | path

Searched refs:that_sp (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp997 lldb::StackFrameSP that_sp = that.GetFrameSP(); in IsEqual() local
998 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()