Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c56 struct _cpp_file struct
147 _cpp_file *file;
414 _cpp_file *
418 _cpp_file *file; in _cpp_find_file()
663 _cpp_file *f; in should_stack_file()
825 _cpp_file *file; in search_path_head()
884 _cpp_file *file; in _cpp_stack_include()
938 static _cpp_file *
1475 _cpp_file *
1537 _cpp_file *f; in _cpp_save_file_entries()
[all …]
H A Dinternal.h270 struct _cpp_file *file;
353 struct _cpp_file *all_files;
355 struct _cpp_file *main_file;
527 typedef struct _cpp_file _cpp_file; typedef
528 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
530 extern bool _cpp_find_failed (_cpp_file *);
531 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
533 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool);
540 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *);
543 extern struct stat *_cpp_get_file_stat (_cpp_file *);
H A Dmacro.c133 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
H A Ddirectives.c2205 struct _cpp_file *inc = buffer->file; in _cpp_pop_buffer()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h46 struct _cpp_file;
848 extern const char *cpp_get_path (struct _cpp_file *);
849 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
851 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200311981 * cppfiles.c (struct _cpp_file): Rename once_only_next to
12148 (struct _cpp_file): Remove.
12503 (_cpp_file): Declare.
12504 (struct cpp_buffer): struct include_file is now struct _cpp_file,
H A DChangeLog-200441568 * cppfiles.c (struct _cpp_file): Comment and type for pch field