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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 707 char *next_line_start = NULL; local
721 next_line_start = line_end + 1;
749 next_line_start = line_end + 1;
803 if (next_line_start)
804 m_line_start_idx = next_line_start - m_data;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 672 char *next_line_start = NULL; local
687 next_line_start = line_end + 1;
707 next_line_start = line_end + 1;
762 if (next_line_start)
763 m_line_start_idx = next_line_start - m_data;

Completed in 35 milliseconds