Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c572 i < sizeof (m_str_options) / sizeof (m_str_options[0]); in context()
575 const char *parent_opt = parent_ctxt->m_str_options[i]; in context()
576 m_str_options[i] = parent_opt ? xstrdup (parent_opt) : NULL; in context()
591 memset (m_str_options, 0, sizeof (m_str_options)); in context()
614 free (m_str_options[i]); in ~context()
1248 free (m_str_options[opt]); in set_str_option()
1249 m_str_options[opt] = value ? xstrdup (value) : NULL; in set_str_option()
1642 if (m_str_options[opt]) in log_str_option()
1645 m_str_options[opt]); in log_str_option()
1808 if (m_str_options[opt_idx]) in dump_reproducer_to_file()
[all …]
H A Djit-recording.h242 return m_str_options[opt]; in get_str_option()
330 char *m_str_options[GCC_JIT_NUM_STR_OPTIONS]; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc572 i < sizeof (m_str_options) / sizeof (m_str_options[0]); in context()
575 const char *parent_opt = parent_ctxt->m_str_options[i]; in context()
576 m_str_options[i] = parent_opt ? xstrdup (parent_opt) : NULL; in context()
591 memset (m_str_options, 0, sizeof (m_str_options)); in context()
615 free (m_str_options[i]); in ~context()
1347 free (m_str_options[opt]); in set_str_option()
1348 m_str_options[opt] = value ? xstrdup (value) : NULL; in set_str_option()
1751 if (m_str_options[opt]) in log_str_option()
1754 m_str_options[opt]); in log_str_option()
1917 if (m_str_options[opt_idx]) in dump_reproducer_to_file()
[all …]
H A Djit-recording.h258 return m_str_options[opt]; in get_str_option()
348 char *m_str_options[GCC_JIT_NUM_STR_OPTIONS]; variable
H A DChangeLog3175 of m_str_options member.