Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c559 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()
H A Djit-recording.h327 char *m_last_error_str; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc559 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()
H A DChangeLog2943 Initialize new fields "m_last_error_str" and
2946 m_last_error_str, if needed.
2948 m_last_error_str and m_owns_last_error_str, freeing the old
2953 (gcc::jit::recording::context): New fields m_last_error_str and
H A Djit-recording.h345 char *m_last_error_str; variable