Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c54 struct _cpp_file struct
70 struct _cpp_file *next_file; argument
150 _cpp_file *file;
170 static bool open_file (_cpp_file *file);
171 static bool pch_open_file (cpp_reader *pfile, _cpp_file *file,
173 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file,
175 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file,
177 static bool read_file (cpp_reader *pfile, _cpp_file *file,
181 static const char *dir_name_of_file (_cpp_file *file);
182 static void open_file_failed (cpp_reader *pfile, _cpp_file *file, int,
[all …]
H A Dinternal.h329 struct _cpp_file *file;
451 struct _cpp_file *all_files;
453 struct _cpp_file *main_file;
680 typedef struct _cpp_file _cpp_file; typedef
681 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
684 extern bool _cpp_find_failed (_cpp_file *);
685 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
687 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t);
694 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *,
698 extern const char *_cpp_get_file_name (_cpp_file *);
[all …]
H A Ddirectives.c2596 struct _cpp_file *inc = buffer->file; in _cpp_pop_buffer()
H A Dmacro.c558 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc54 struct _cpp_file struct
70 struct _cpp_file *next_file; argument
150 _cpp_file *file;
170 static bool open_file (_cpp_file *file);
171 static bool pch_open_file (cpp_reader *pfile, _cpp_file *file,
173 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file,
175 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file,
177 static bool read_file (cpp_reader *pfile, _cpp_file *file,
181 static const char *dir_name_of_file (_cpp_file *file);
182 static void open_file_failed (cpp_reader *pfile, _cpp_file *file, int,
[all …]
H A Dinternal.h345 struct _cpp_file *file;
467 struct _cpp_file *all_files;
469 struct _cpp_file *main_file;
713 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
715 extern bool _cpp_find_failed (_cpp_file *);
716 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *);
720 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t);
727 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *,
731 extern const char *_cpp_get_file_name (_cpp_file *);
732 extern struct stat *_cpp_get_file_stat (_cpp_file *);
H A DChangeLog94 * include/cpplib.h (struct _cpp_file): Likewise.
741 * files.c (struct _cpp_file): Delete main_file field.
770 * files.c (struct _cpp_file): Add header_unit field.
1021 * internal.h (typedef _cpp_file): Delete, unnecessary in C++.
1378 * files.c (struct _cpp_file): Make bools 1 bit bitfields.
4177 * files.c (struct _cpp_file): Add implicit_preinclude.
5836 * files.c (struct _cpp_file) <buffer_start>: New field.
5916 * files.c (struct _cpp_file): Remove pch field.
H A Ddirectives.cc2747 struct _cpp_file *inc = buffer->file; in _cpp_pop_buffer()
H A Dmacro.cc567 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h39 struct _cpp_file;
1290 extern const char *cpp_get_path (struct _cpp_file *);
1291 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
1293 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h39 struct _cpp_file;
1413 extern const char *cpp_get_path (struct _cpp_file *);
1414 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
1416 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
/netbsd-src/external/gpl3/gcc/dist/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