Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc814 _cpp_mark_file_once_only (pfile, file); in is_known_idempotent_file()
855 _cpp_mark_file_once_only (pfile, file); in has_unique_contents()
952 _cpp_mark_file_once_only (pfile, file); in _cpp_stack_file()
1030 _cpp_mark_file_once_only (cpp_reader *pfile, _cpp_file *file) in _cpp_mark_file_once_only() function
1157 _cpp_mark_file_once_only (pfile, file); in _cpp_find_header_unit()
H A Dinternal.h716 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
H A Ddirectives.cc1577 _cpp_mark_file_once_only (pfile, pfile->buffer->file); in do_pragma_once()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c814 _cpp_mark_file_once_only (pfile, file); in is_known_idempotent_file()
855 _cpp_mark_file_once_only (pfile, file); in has_unique_contents()
974 _cpp_mark_file_once_only (cpp_reader *pfile, _cpp_file *file) in _cpp_mark_file_once_only() function
H A Dinternal.h685 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
H A Ddirectives.c1536 _cpp_mark_file_once_only (pfile, pfile->buffer->file); in do_pragma_once()
/netbsd-src/external/gpl3/gcc/dist/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.