Lines Matching refs:stop_sp
81 BreakpointLocationSP stop_sp; in FindByIDPair() local
84 stop_sp = *pos; in FindByIDPair()
86 return stop_sp; in FindByIDPair()
91 BreakpointLocationSP stop_sp; in FindByIDPair() local
95 stop_sp = *pos; in FindByIDPair()
97 return stop_sp; in FindByIDPair()
102 BreakpointLocationSP stop_sp; in GetByIndex() local
104 stop_sp = m_break_loc_collection[i]; in GetByIndex()
106 return stop_sp; in GetByIndex()
112 BreakpointLocationSP stop_sp; in GetByIndex() local
114 stop_sp = m_break_loc_collection[i]; in GetByIndex()
116 return stop_sp; in GetByIndex()