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

  /src/external/gpl3/gcc.old/dist/gcc/
debug.h 73 void (* source_line) (unsigned int line, unsigned int column, member in struct:gcc_debug_hooks
input.cc 2113 char_span source_line = location_get_source_line (tmp.get_filename (), 3); local
2114 ASSERT_TRUE (source_line);
2115 ASSERT_TRUE (source_line.get_buffer () != NULL);
2116 ASSERT_EQ (20, source_line.length ());
2118 source_line.get_buffer (), source_line.length ()));
2120 source_line = location_get_source_line (tmp.get_filename (), 2);
2121 ASSERT_TRUE (source_line);
2122 ASSERT_TRUE (source_line.get_buffer () != NULL);
2123 ASSERT_EQ (21, source_line.length ())
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 755 source_line *
763 vec<source_line *> m_source_lines;
770 class source_line : public wrapper class in namespace:gcc::jit::playback
773 source_line (source_file *file, int line_num);
793 location (recording::location *loc, source_line *line, int column_num);
803 source_line *m_line;
jit-playback.cc 3312 /* qsort comparator for comparing pairs of playback::source_line *,
3318 const playback::source_line *line_lhs = \
3319 *static_cast<const playback::source_line * const*> (lhs);
3320 const playback::source_line *line_rhs = \
3321 *static_cast<const playback::source_line * const*> (rhs);
3410 source_line *line;
3536 source_line *src_line = src_file->get_source_line (line);
3597 /* Construct a playback::source_line for the given line
3600 playback::source_line *
3608 source_line *line
3622 playback::source_line::source_line (source_file *file, int line_num) : function in class:gcc::jit::playback::source_line
    [all...]
  /src/sys/net/npf/
npf.h 346 unsigned source_line; member in struct:__anon7051

Completed in 240 milliseconds