Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp678 lldb::StackFrameSP that_sp = that.GetFrameSP(); in IsEqual() local
679 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()