Searched refs:_cpp_file (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | files.c | 54 struct _cpp_file struct 70 struct _cpp_file *next_file; argument 145 _cpp_file *file; 150 static bool open_file (_cpp_file *file); 151 static bool pch_open_file (cpp_reader *pfile, _cpp_file *file, 153 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file, 155 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file); 156 static bool read_file (cpp_reader *pfile, _cpp_file *file); 157 static bool should_stack_file (cpp_reader *, _cpp_file *file, bool import); 160 static const char *dir_name_of_file (_cpp_file *file); [all …]
|
| H A D | internal.h | 265 struct _cpp_file *file; 348 struct _cpp_file *all_files; 350 struct _cpp_file *main_file; 515 typedef struct _cpp_file _cpp_file; typedef 516 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *, 518 extern bool _cpp_find_failed (_cpp_file *); 519 extern void _cpp_mark_file_once_only (cpp_reader *, struct _cpp_file *); 521 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool); 528 extern void _cpp_pop_file_buffer (cpp_reader *, struct _cpp_file *); 531 extern struct stat *_cpp_get_file_stat (_cpp_file *);
|
| H A D | macro.c | 132 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
|
| H A D | directives.c | 2183 struct _cpp_file *inc = buffer->file; in _cpp_pop_buffer()
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 46 struct _cpp_file; 835 extern const char *cpp_get_path (struct _cpp_file *); 836 extern cpp_dir *cpp_get_dir (struct _cpp_file *); 838 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
|