Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h295 typedef struct _cpp_line_note _cpp_line_note; typedef
296 struct _cpp_line_note struct
320 _cpp_line_note *notes; /* Array of notes. */ argument
H A Dlex.c61 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()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A 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
H A 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/
H A DChangeLog-200326036 (struct _cpp_line_note): New.