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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2692 bool read_note = accum.reading_p ();
2693 char c = read_note ? accum.read_char () : *pos++;
2727 int col = CPP_BUF_COLUMN (pfile->buffer, pos) + read_note;
2768 else if (!read_note && c == '\n')
2691 bool read_note = accum.reading_p (); local
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2413 bool read_note = accum.reading_p ();
2414 char c = read_note ? accum.read_char () : *pos++;
2448 int col = CPP_BUF_COLUMN (pfile->buffer, pos) + read_note;
2489 else if (!read_note && c == '\n')
2412 bool read_note = accum.reading_p (); local

Completed in 33 milliseconds