Home
last modified time | relevance | path

Searched refs:_cpp_line_note (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinternal.h311 typedef struct _cpp_line_note _cpp_line_note; typedef
312 struct _cpp_line_note struct
336 _cpp_line_note *notes; /* Array of notes. */ argument
Dlex.cc61 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200326036 (struct _cpp_line_note): New.