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

  /src/external/gpl3/gcc/dist/gcc/
read-md.h 308 int m_last_line; member in class:md_reader
diagnostic-show-locus.cc 271 : m_first_line (first_line), m_last_line (last_line)
276 linenum_type get_last_line () const { return m_last_line; }
280 return line >= m_first_line && line <= m_last_line;
290 return compare (ls1->m_last_line, ls2->m_last_line);
294 linenum_type m_last_line; member in class:__anon13576::line_span
1410 if (m_exploc.line > (int)get_line_span (0)->m_last_line)
1572 <= (linenum_arith_t)current->m_last_line + 1 + merger_distance)
1575 if (next->m_last_line > current->m_last_line)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
read-md.h 308 int m_last_line; member in class:md_reader
diagnostic-show-locus.cc 270 : m_first_line (first_line), m_last_line (last_line)
275 linenum_type get_last_line () const { return m_last_line; }
279 return line >= m_first_line && line <= m_last_line;
289 return compare (ls1->m_last_line, ls2->m_last_line);
293 linenum_type m_last_line; member in class:__anon16012::line_span
1387 if (m_exploc.line > (int)get_line_span (0)->m_last_line)
1549 <= (linenum_arith_t)current->m_last_line + 1 + merger_distance)
1552 if (next->m_last_line > current->m_last_line)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xml-support.c 145 int m_last_line; member in struct:gdb_xml_parser
212 m_last_line = line;
482 m_last_line (0),
607 if (m_last_line != 0)
609 m_last_line, error_string);
  /src/external/gpl3/gdb/dist/gdb/
xml-support.c 145 int m_last_line; member in struct:gdb_xml_parser
212 m_last_line = line;
482 m_last_line (0),
607 if (m_last_line != 0)
609 m_last_line, error_string);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 18440 unsigned int m_last_line = 0;
18669 if (dwarf_record_line_p (m_cu, m_line, m_last_line,
18680 m_last_line = m_line;
18429 unsigned int m_last_line = 0; variable
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 16060 unsigned int m_last_line = 0;
16287 if (dwarf_record_line_p (m_cu, m_line, m_last_line,
16298 m_last_line = m_line;
16052 unsigned int m_last_line = 0; variable

Completed in 43 milliseconds