Searched refs:last_sc (Results 1 – 2 of 2) sorted by relevance
44 struct subcmd *last_sc; variable135 $$ = last_sc = NULL;138 if (last_sc == NULL)139 $$ = last_sc = $2;141 last_sc->sc_next = $2;142 last_sc = $2;
220 const SymbolContext &last_sc = segment.GetLastInstructionSymbolInfo().sc; in DumpSegmentContext() local222 IsLineEntryValid(last_sc.line_entry)) { in DumpSegmentContext()223 m_s.Format("{0}:{1}", last_sc.line_entry.line, last_sc.line_entry.column); in DumpSegmentContext()225 last_sc.DumpStopContext( in DumpSegmentContext()