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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 378 int get_num_line_spans () const { return m_line_spans.length (); }
379 const line_span *get_line_span (int idx) const { return &m_line_spans[idx]; }
445 auto_vec <line_span> m_line_spans; member in class:__anon13576::layout
1211 m_line_spans (1 + richloc.get_num_locations ()),
1347 The layout ctor doesn't use it, and can't because m_line_spans
1500 This function populates m_line_spans with an ordered, disjoint list of
1536 gcc_assert (m_line_spans.length () == 0);
1561 /* Now iterate through tmp_spans, copying into m_line_spans, and
1564 m_line_spans.safe_push (tmp_spans[0]);
1567 line_span *current = &m_line_spans[m_line_spans.length () - 1]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 376 int get_num_line_spans () const { return m_line_spans.length (); }
377 const line_span *get_line_span (int idx) const { return &m_line_spans[idx]; }
442 auto_vec <line_span> m_line_spans; member in class:__anon16012::layout
1200 m_line_spans (1 + richloc->get_num_locations ()),
1324 The layout ctor doesn't use it, and can't because m_line_spans
1477 This function populates m_line_spans with an ordered, disjoint list of
1513 gcc_assert (m_line_spans.length () == 0);
1538 /* Now iterate through tmp_spans, copying into m_line_spans, and
1541 m_line_spans.safe_push (tmp_spans[0]);
1544 line_span *current = &m_line_spans[m_line_spans.length () - 1]
    [all...]

Completed in 18 milliseconds