HomeSort by: relevance | last modified time | path
    Searched refs:m_owned (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
escaped_string.h 32 escaped_string () { m_owned = false; m_str = NULL; };
33 ~escaped_string () { if (m_owned) free (m_str); }
40 bool m_owned; member in class:escaped_string
tree.cc 12412 if (m_owned)
12416 m_owned = false;
12470 m_owned = true;
  /src/external/gpl3/gcc.old/dist/gcc/
escaped_string.h 32 escaped_string () { m_owned = false; m_str = NULL; };
33 ~escaped_string () { if (m_owned) free (m_str); }
40 bool m_owned; member in class:escaped_string
tree.cc 12187 if (m_owned)
12191 m_owned = false;
12245 m_owned = true;
  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 553 : m_buffer (NULL), m_owned (false)
558 if (m_owned)
564 : m_buffer (other.m_buffer), m_owned (other.m_owned)
572 if (m_owned)
575 m_owned = other.m_owned;
600 m_owned = false;
610 return m_owned;
615 bool m_owned;
    [all...]

Completed in 75 milliseconds