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

  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 393 const uchar *start_of_input_line; local
412 /* start_of_input_line is needed to make sure that directives really,
414 start_of_input_line = pfile->buffer->cur;
735 if (cur - 1 == start_of_input_line
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 393 const uchar *start_of_input_line; local
412 /* start_of_input_line is needed to make sure that directives really,
414 start_of_input_line = pfile->buffer->cur;
735 if (cur - 1 == start_of_input_line

Completed in 25 milliseconds