Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c557 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()
H A Djit-recording.h324 char *m_first_error_str; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc557 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()
H A DChangeLog.jit335 "m_first_error_str" from a fixed-size buffer to a pointer, and add
340 (gcc::jit::recording::context::~context): Free m_first_error_str
347 of "m_first_error_str" from an internal buffer to a pointer.
3034 (gcc::jit::context::m_first_error_str): New.
H A Djit-recording.h342 char *m_first_error_str; variable