Searched refs:m_first_error_str (Results 1 – 5 of 5) sorted by relevance
557 m_first_error_str (NULL), in context()626 free (m_first_error_str); in ~context()629 if (m_last_error_str != m_first_error_str) in ~context()1488 m_first_error_str = const_cast <char *> (errmsg); in add_error_va()1493 if (m_last_error_str != m_first_error_str) in add_error_va()1510 return m_first_error_str; in get_first_error()
324 char *m_first_error_str; variable
557 m_first_error_str (NULL), in context()627 free (m_first_error_str); in ~context()630 if (m_last_error_str != m_first_error_str) in ~context()1592 m_first_error_str = const_cast <char *> (errmsg); in add_error_va()1597 if (m_last_error_str != m_first_error_str) in add_error_va()1614 return m_first_error_str; in get_first_error()
335 "m_first_error_str" from a fixed-size buffer to a pointer, and add340 (gcc::jit::recording::context::~context): Free m_first_error_str347 of "m_first_error_str" from an internal buffer to a pointer.3034 (gcc::jit::context::m_first_error_str): New.
342 char *m_first_error_str; variable