Searched refs:m_first_error_str (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c557 m_first_error_str (NULL),
626 free (m_first_error_str);
629 if (m_last_error_str != m_first_error_str)
1488 m_first_error_str = const_cast <char *> (errmsg);
1493 if (m_last_error_str != m_first_error_str)
1510 return m_first_error_str;
H A Djit-recording.h324 char *m_first_error_str; member in class:gcc::jit::recording::context
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc557 m_first_error_str (NULL),
627 free (m_first_error_str);
630 if (m_last_error_str != m_first_error_str)
1592 m_first_error_str = const_cast <char *> (errmsg);
1597 if (m_last_error_str != m_first_error_str)
1614 return m_first_error_str;
H A Djit-recording.h342 char *m_first_error_str; member in class:gcc::jit::recording::context

Completed in 153 milliseconds