Searched refs:_cpp_file (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc54 struct _cpp_file struct
70 struct _cpp_file *next_file;
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 *fil
[all...]
H A Dinternal.h345 struct _cpp_file *file;
466 /* Chain of all hashed _cpp_file instances. */
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 *);
[all...]
H A Ddirectives.cc2747 struct _cpp_file *inc = buffer->file;
H A Dmacro.cc567 struct _cpp_file *file = cpp_get_file (pbuffer);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h329 struct _cpp_file *file;
450 /* Chain of all hashed _cpp_file instances. */
451 struct _cpp_file *all_files;
453 struct _cpp_file *main_file;
680 typedef struct _cpp_file _cpp_file; typedef in typeref:struct:_cpp_file
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_typ
[all...]
H A Dfiles.c54 struct _cpp_file struct
70 struct _cpp_file *next_file;
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 *fil
[all...]
H A Ddirectives.c2596 struct _cpp_file *inc = buffer->file;
H A Dmacro.c558 struct _cpp_file *file = cpp_get_file (pbuffer);
/netbsd-current/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-current/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h39 struct _cpp_file;
1412 extern const char *cpp_get_path (struct _cpp_file *);
1413 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
1415 extern struct _cpp_file *cpp_get_file (cpp_buffer *);

Completed in 375 milliseconds