Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h283 typedef struct _cpp_line_note _cpp_line_note; typedef
284 struct _cpp_line_note struct
306 _cpp_line_note *notes; /* Array of notes. */ argument
H A Dlex.c62 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);
90 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes, in add_line_note()
799 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()
833 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()
1289 _cpp_line_note *note = &pfile->buffer->notes[pfile->buffer->cur_note]; in lex_raw_string()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinternal.h290 typedef struct _cpp_line_note _cpp_line_note; typedef
291 struct _cpp_line_note struct
315 _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()
1675 _cpp_line_note *note = &pfile->buffer->notes[pfile->buffer->cur_note]; in lex_raw_string()