Lines Matching refs:stop_sp
82 BreakpointLocationSP stop_sp; in FindByIDPair() local
85 stop_sp = *pos; in FindByIDPair()
87 return stop_sp; in FindByIDPair()
92 BreakpointLocationSP stop_sp; in FindByIDPair() local
96 stop_sp = *pos; in FindByIDPair()
98 return stop_sp; in FindByIDPair()
103 BreakpointLocationSP stop_sp; in GetByIndex() local
105 stop_sp = m_break_loc_collection[i]; in GetByIndex()
107 return stop_sp; in GetByIndex()
113 BreakpointLocationSP stop_sp; in GetByIndex() local
115 stop_sp = m_break_loc_collection[i]; in GetByIndex()
117 return stop_sp; in GetByIndex()