Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c100 int m_current_state; variable
304 m_current_state (STATE_NORMAL_TEXT) in colorizer()
318 finish_state (m_current_state); in ~colorizer()
327 if (m_current_state != new_state) in set_state()
329 finish_state (m_current_state); in set_state()
330 m_current_state = new_state; in set_state()