Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp681 lldb::StackFrameSP that_sp = that.GetFrameSP(); in IsEqual() local
682 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()