Searched refs:_cpp_line_note (Results 1 – 5 of 5) sorted by relevance
295 typedef struct _cpp_line_note _cpp_line_note; typedef296 struct _cpp_line_note struct320 _cpp_line_note *notes; /* Array of notes. */ argument
61 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);89 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes, in add_line_note()1079 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()1113 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()1686 _cpp_line_note *note = &pfile->buffer->notes[pfile->buffer->cur_note]; in lex_raw_string()
311 typedef struct _cpp_line_note _cpp_line_note; typedef312 struct _cpp_line_note struct336 _cpp_line_note *notes; /* Array of notes. */ argument
61 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);89 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes, in add_line_note()1079 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()1113 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()2323 _cpp_line_note *note = &pfile->buffer->notes[pfile->buffer->cur_note]; in lex_raw_string()
26036 (struct _cpp_line_note): New.