/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | incpath.c | 55 static void free_path (struct cpp_dir *, int); 58 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 59 struct cpp_dir *, 60 struct cpp_dir *, int); 63 static struct cpp_dir *heads[4]; 64 static struct cpp_dir *tails[4]; 70 free_path (struct cpp_dir *path, int reason) in free_path() 233 static struct cpp_dir * 234 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() 235 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() [all …]
|
H A D | incpath.h | 24 extern void add_cpp_dir_path (struct cpp_dir *, int); 25 extern struct cpp_dir *get_added_cpp_dirs (int);
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | incpath.c | 51 static void free_path (struct cpp_dir *, int); 54 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 55 struct cpp_dir *, 56 struct cpp_dir *, int); 59 static struct cpp_dir *heads[INC_MAX]; 60 static struct cpp_dir *tails[INC_MAX]; 67 free_path (struct cpp_dir *path, int reason) in free_path() 241 static struct cpp_dir * 242 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() 243 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() [all …]
|
H A D | incpath.h | 35 extern void add_cpp_dir_path (struct cpp_dir *, incpath_kind); 36 extern struct cpp_dir *get_added_cpp_dirs (incpath_kind);
|
H A D | genmatch.c | 5002 cpp_dir *dir = XCNEW (cpp_dir); in main()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | files.c | 87 cpp_dir *dir; 145 cpp_dir *start_dir; 150 cpp_dir *dir; 177 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 182 const cpp_dir *start_dir); 183 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname); 185 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 192 static void read_name_map (cpp_dir *dir); 194 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 452 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() [all …]
|
H A D | internal.h | 350 struct cpp_dir dir; 421 struct cpp_dir *quote_include; /* "" */ 422 struct cpp_dir *bracket_include; /* <> */ 423 struct cpp_dir no_search_path; /* No path. */ 623 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | files.c | 85 cpp_dir *dir; 146 cpp_dir *start_dir; 151 cpp_dir *dir; 181 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 187 const cpp_dir *start_dir); 188 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname); 190 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 197 static void read_name_map (cpp_dir *dir); 199 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 508 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, in _cpp_find_file() [all …]
|
H A D | internal.h | 359 struct cpp_dir dir; 439 struct cpp_dir *quote_include; /* "" */ 440 struct cpp_dir *bracket_include; /* <> */ 441 struct cpp_dir no_search_path; /* No path. */ 648 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 39 typedef struct cpp_dir cpp_dir; typedef 496 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 553 struct cpp_dir struct 556 struct cpp_dir *next; argument 581 char *(*construct) (const char *header, cpp_dir *dir); argument 707 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 1010 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 37 typedef struct cpp_dir cpp_dir; typedef 559 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 638 struct cpp_dir struct 641 struct cpp_dir *next; argument 666 char *(*construct) (const char *header, cpp_dir *dir); argument 838 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 1181 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|