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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 56 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
87 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) function
976 add_line_note (buffer, s, s[2]);
1021 add_line_note (buffer, p - 1, p != d ? ' ' : '\\');
1046 add_line_note (buffer, p - 1, p != d ? ' ': '\\');
1053 add_line_note (buffer, d, s[2]);
1076 add_line_note (buffer, d + 1, '\n');
1111 /* Process the notes created by add_line_note as far as the current
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
84 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) function
973 add_line_note (buffer, s, s[2]);
1018 add_line_note (buffer, p - 1, p != d ? ' ' : '\\');
1043 add_line_note (buffer, p - 1, p != d ? ' ': '\\');
1050 add_line_note (buffer, d, s[2]);
1073 add_line_note (buffer, d + 1, '\n');
1105 /* Process the notes created by add_line_note as far as the current

Completed in 17 milliseconds