Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h234 typedef struct _cpp_line_note _cpp_line_note; typedef
235 struct _cpp_line_note struct
256 _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()
224 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()
258 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()