Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h239 typedef struct _cpp_line_note _cpp_line_note; typedef
240 struct _cpp_line_note struct
261 _cpp_line_note *notes; /* Array of notes. */ argument
H A Dlex.c60 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);
88 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes, in add_line_note()
236 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()
270 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200326036 (struct _cpp_line_note): New.