Searched refs:m_line (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-out.c41 m_line = value;
62 if (fldname && m_line > 0 && strcmp (fldname, "fullname") == 0)
88 if (m_line > 0)
97 m_line = 0;
H A Dtui-out.h60 int m_line = 0; member in class:tui_ui_out
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-out.c41 m_line = value;
62 if (fldname && m_line > 0 && strcmp (fldname, "fullname") == 0)
88 if (m_line > 0)
97 m_line = 0;
H A Dtui-out.h60 int m_line = 0; member in class:tui_ui_out
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest-rtl.c50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin
52 m_function (other.m_function), m_line (other.m_line),
66 hash.add_int (m_line);
76 && m_line == other.m_line;
100 m_line, m_function);
119 int m_line; member in class:mem_location
289 hstate.add_int (l->m_line);
299 && l1->m_line
[all...]
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
40 int m_line; member in class:selftest::location
H A Dselftest.c45 fprintf (stderr,"%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
57 fprintf (stderr, "%s:%i: %s: FAIL: ", loc.m_file, loc.m_line,
H A Ddiagnostic-show-locus.c193 : m_line (exploc.line)
199 linenum_type m_line; variable
578 gcc_assert (m_start.m_line <= m_finish.m_line);
582 if (row < m_start.m_line)
588 if (row == m_start.m_line)
597 if (row < m_finish.m_line)
605 gcc_assert (row == m_finish.m_line);
613 gcc_assert (row > m_start.m_line);
615 if (row > m_finish.m_line)
[all...]
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function)
388 int m_line; member in class:dump_impl_location_t
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest-rtl.cc50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin
52 m_function (other.m_function), m_line (other.m_line),
66 hash.add_int (m_line);
76 && m_line == other.m_line;
100 m_line, m_function);
119 int m_line; member in class:mem_location
289 hstate.add_int (l->m_line);
299 && l1->m_line
[all...]
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
40 int m_line; member in class:selftest::location
H A Dselftest.cc45 fprintf (stderr,"%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
57 fprintf (stderr, "%s:%i: %s: FAIL: ", loc.m_file, loc.m_line,
H A Ddiagnostic-show-locus.cc210 : m_line (exploc.line)
216 linenum_type m_line; member in class:__anon806::layout_point
620 gcc_assert (m_start.m_line <= m_finish.m_line);
624 if (row < m_start.m_line)
630 if (row == m_start.m_line)
639 if (row < m_finish.m_line)
647 gcc_assert (row == m_finish.m_line);
655 gcc_assert (row > m_start.m_line);
657 if (row > m_finish.m_line)
[all...]
H A Ddumpfile.h394 : m_file (file), m_line (line), m_function (function)
398 int m_line; member in class:dump_impl_location_t
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbLexer.cpp14 : yyFlexLexer(&inputStream), m_line(1), m_blob(0), m_blobFirstLine(0)
H A DElftosbLexer.h80 int m_line; //!< Current line number. member in class:elftosb::ElftosbLexer
H A Delftosb_lexer.l27 m_location.m_firstLine = m_line; \
28 m_location.m_lastLine = m_line; \
283 m_line++;
291 sprintf(msg, "unexpected character '%c' on line %d", yytext[0], m_line);
H A Delftosb_lexer.cpp617 m_location.m_firstLine = m_line; \
618 m_location.m_lastLine = m_line; \
1223 m_line++;
1235 sprintf(msg, "unexpected character '%c' on line %d", yytext[0], m_line);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h187 int m_line; member in class:gcc::jit::dump
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h189 int m_line; member in class:gcc::jit::dump
/netbsd-current/external/bsd/atf/dist/tools/
H A Dparser.cpp123 m_line(p_line),
133 return m_line;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymtab.h1298 return m_line;
1303 m_line = line;
1470 unsigned short m_line = 0;
1469 unsigned short m_line = 0; member in struct:symbol
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.c85 m_line = l;
98 return m_line;
109 int m_line = 0; member in struct:current_source_location

Completed in 336 milliseconds

12