HomeSort by: relevance | last modified time | path
    Searched defs:m_alloc_sz (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
edit-context.cc 202 int m_alloc_sz; member in class:edited_line
705 m_content (NULL), m_len (0), m_alloc_sz (0),
880 if (m_alloc_sz < (len + 1))
884 m_alloc_sz = new_alloc_sz;
894 gcc_assert (m_len < m_alloc_sz);
diagnostic-show-locus.cc 2350 m_alloc_sz (new_text_len + 1)
2373 gcc_assert (dst_offset + src_span.length () < m_alloc_sz);
2396 size_t m_alloc_sz; member in class:__anon13576::correction
2406 if (m_alloc_sz < (len + 1))
2410 m_alloc_sz = new_alloc_sz;
2420 gcc_assert (m_byte_length < m_alloc_sz);
  /src/external/gpl3/gcc.old/dist/gcc/
edit-context.cc 170 int m_alloc_sz; member in class:edited_line
693 m_content (NULL), m_len (0), m_alloc_sz (0),
868 if (m_alloc_sz < (len + 1))
872 m_alloc_sz = new_alloc_sz;
882 gcc_assert (m_len < m_alloc_sz);
diagnostic-show-locus.cc 2293 m_alloc_sz (new_text_len + 1)
2316 gcc_assert (dst_offset + src_span.length () < m_alloc_sz);
2339 size_t m_alloc_sz; member in class:__anon16012::correction
2349 if (m_alloc_sz < (len + 1))
2353 m_alloc_sz = new_alloc_sz;
2363 gcc_assert (m_byte_length < m_alloc_sz);

Completed in 21 milliseconds