Searched refs:_cpp_line_note (Results 1 - 2 of 2) sorted by relevance

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

Completed in 115 milliseconds