| /src/external/gpl3/gcc/dist/gcc/ |
| 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);
|
| 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);
|
| incpath.cc | 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 *, struct cpp_dir *, 63 static struct cpp_dir *heads[INC_MAX]; 64 static struct cpp_dir *tails[INC_MAX]; 71 free_path (struct cpp_dir *path, int reason) 247 static struct cpp_dir * 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head [all...] |
| incpath.cc | 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 *, struct cpp_dir *, 63 static struct cpp_dir *heads[INC_MAX]; 64 static struct cpp_dir *tails[INC_MAX]; 71 free_path (struct cpp_dir *path, int reason) 247 static struct cpp_dir * 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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);
|
| 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);
|
| incpath.cc | 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 *, struct cpp_dir *, 63 static struct cpp_dir *heads[INC_MAX]; 64 static struct cpp_dir *tails[INC_MAX]; 71 free_path (struct cpp_dir *path, int reason) 247 static struct cpp_dir * 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head [all...] |
| incpath.cc | 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 *, struct cpp_dir *, 63 static struct cpp_dir *heads[INC_MAX]; 64 static struct cpp_dir *tails[INC_MAX]; 71 free_path (struct cpp_dir *path, int reason) 247 static struct cpp_dir * 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/ |
| darwin-c.cc | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) 266 cpp_dir *fast_dir; 343 struct cpp_dir *fast_dir; 344 static struct cpp_dir subframe_dir; 426 cpp_dir *p; 428 p = XNEW (cpp_dir); [all...] |
| darwin-c.cc | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) 266 cpp_dir *fast_dir; 343 struct cpp_dir *fast_dir; 344 static struct cpp_dir subframe_dir; 426 cpp_dir *p; 428 p = XNEW (cpp_dir); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin-c.cc | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) 266 cpp_dir *fast_dir; 343 struct cpp_dir *fast_dir; 344 static struct cpp_dir subframe_dir; 426 cpp_dir *p; 428 p = XNEW (cpp_dir); [all...] |
| darwin-c.cc | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) 266 cpp_dir *fast_dir; 343 struct cpp_dir *fast_dir; 344 static struct cpp_dir subframe_dir; 426 cpp_dir *p; 428 p = XNEW (cpp_dir); [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| files.cc | 85 cpp_dir *dir; 150 cpp_dir *start_dir; 155 cpp_dir *dir; 183 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 190 const cpp_dir *start_dir); 191 static _cpp_file *make_cpp_file (cpp_dir *, const char *fname); 193 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 200 static void read_name_map (cpp_dir *dir); 202 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 523 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir [all...] |
| files.cc | 85 cpp_dir *dir; 150 cpp_dir *start_dir; 155 cpp_dir *dir; 183 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 190 const cpp_dir *start_dir); 191 static _cpp_file *make_cpp_file (cpp_dir *, const char *fname); 193 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 200 static void read_name_map (cpp_dir *dir); 202 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 523 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir [all...] |
| internal.h | 381 struct cpp_dir dir; 463 struct cpp_dir *quote_include; /* "" */ 464 struct cpp_dir *bracket_include; /* <> */ 465 struct cpp_dir no_search_path; /* No path. */ 718 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| internal.h | 381 struct cpp_dir dir; 463 struct cpp_dir *quote_include; /* "" */ 464 struct cpp_dir *bracket_include; /* <> */ 465 struct cpp_dir no_search_path; /* No path. */ 718 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| files.cc | 85 cpp_dir *dir; 146 cpp_dir *start_dir; 151 cpp_dir *dir; 179 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 185 const cpp_dir *start_dir); 186 static _cpp_file *make_cpp_file (cpp_dir *, const char *fname); 188 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 195 static void read_name_map (cpp_dir *dir); 197 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 518 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir [all...] |
| files.cc | 85 cpp_dir *dir; 146 cpp_dir *start_dir; 151 cpp_dir *dir; 179 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname, 185 const cpp_dir *start_dir); 186 static _cpp_file *make_cpp_file (cpp_dir *, const char *fname); 188 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 195 static void read_name_map (cpp_dir *dir); 197 static char *append_file_to_dir (const char *fname, cpp_dir *dir); 518 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir [all...] |
| internal.h | 380 struct cpp_dir dir; 462 struct cpp_dir *quote_include; /* "" */ 463 struct cpp_dir *bracket_include; /* <> */ 464 struct cpp_dir no_search_path; /* No path. */ 713 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| internal.h | 380 struct cpp_dir dir; 462 struct cpp_dir *quote_include; /* "" */ 463 struct cpp_dir *bracket_include; /* <> */ 464 struct cpp_dir no_search_path; /* No path. */ 713 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| vms-c.cc | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) 418 struct cpp_dir *dir; 439 cpp_dir *p; 441 p = XNEW (cpp_dir);
|
| vms-c.cc | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) 418 struct cpp_dir *dir; 439 cpp_dir *p; 441 p = XNEW (cpp_dir);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| vms-c.cc | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) 418 struct cpp_dir *dir; 439 cpp_dir *p; 441 p = XNEW (cpp_dir);
|
| vms-c.cc | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) 418 struct cpp_dir *dir; 439 cpp_dir *p; 441 p = XNEW (cpp_dir);
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 37 typedef struct cpp_dir cpp_dir; typedef in typeref:struct:cpp_dir 713 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 817 struct cpp_dir struct 820 struct cpp_dir *next; 845 char *(*construct) (const char *header, cpp_dir *dir); 1094 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 1476 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|