Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c3550 if (!m_parenthesized_string) in get_debug_string_parens()
3553 m_parenthesized_string = string::from_printf (get_context (), in get_debug_string_parens()
3557 gcc_assert (m_parenthesized_string); in get_debug_string_parens()
3558 return m_parenthesized_string->c_str (); in get_debug_string_parens()
H A Djit-recording.h1021 m_parenthesized_string (NULL) in rvalue()
1080 string *m_parenthesized_string; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h1104 m_parenthesized_string (NULL) in rvalue()
1163 string *m_parenthesized_string; variable
H A Djit-recording.cc3899 if (!m_parenthesized_string) in get_debug_string_parens()
3902 m_parenthesized_string = string::from_printf (get_context (), in get_debug_string_parens()
3906 gcc_assert (m_parenthesized_string); in get_debug_string_parens()
3907 return m_parenthesized_string->c_str (); in get_debug_string_parens()
H A DChangeLog2169 (rvalue::rvalue): Initialize field "m_parenthesized_string".
2172 (rvalue::m_parenthesized_string): New field.