Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c674 _cpp_mark_file_once_only (pfile, file); in should_stack_file()
707 _cpp_mark_file_once_only (pfile, file); in should_stack_file()
811 _cpp_mark_file_once_only (cpp_reader *pfile, _cpp_file *file) in _cpp_mark_file_once_only() function
H A Dinternal.h531 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
H A Ddirectives.c1375 _cpp_mark_file_once_only (pfile, pfile->buffer->file); in do_pragma_once()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200311989 (_cpp_mark_file_once_only): Update prototype.
12144 (_cpp_mark_file_once_only): Correct the check for existence on
12521 (do_pragma_once): Undeprecate. Use _cpp_mark_file_once_only.