Searched refs:m_last_error_str (Results 1 – 5 of 5) sorted by relevance
559 m_last_error_str (NULL), in context()629 if (m_last_error_str != m_first_error_str) in ~context()630 free (m_last_error_str); in ~context()1493 if (m_last_error_str != m_first_error_str) in add_error_va()1494 free (m_last_error_str); in add_error_va()1495 m_last_error_str = const_cast <char *> (errmsg); in add_error_va()1522 return m_last_error_str; in get_last_error()
327 char *m_last_error_str; variable
559 m_last_error_str (NULL), in context()630 if (m_last_error_str != m_first_error_str) in ~context()631 free (m_last_error_str); in ~context()1597 if (m_last_error_str != m_first_error_str) in add_error_va()1598 free (m_last_error_str); in add_error_va()1599 m_last_error_str = const_cast <char *> (errmsg); in add_error_va()1626 return m_last_error_str; in get_last_error()
2943 Initialize new fields "m_last_error_str" and2946 m_last_error_str, if needed.2948 m_last_error_str and m_owns_last_error_str, freeing the old2953 (gcc::jit::recording::context): New fields m_last_error_str and
345 char *m_last_error_str; variable