/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | 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) in free_path() 247 static struct cpp_dir * 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() 249 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() 252 struct cpp_dir **pcur, *tmp, *cur; 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.cc | 5174 cpp_dir *dir = XCNEW (cpp_dir); in main()
|
H A D | ChangeLog-2003 | 12498 struct cpp_path is now struct cpp_dir. 12505 and struct cpp_path is now struct cpp_dir. Rename members. 12524 (cpp_dir): Rename from cpp_path. New datatype for name_map.
|
H A D | ChangeLog-2004 | 32248 (struct cpp_dir): Add user_supplied_p. 39433 (add_path): Use a consistent style for cpp_dir. Initialize 39456 (cpp_dir): Add construct.
|
/netbsd-src/external/gpl3/gcc.old/dist/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 | 5107 cpp_dir *dir = XCNEW (cpp_dir); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin-c.c | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework() 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname() 266 cpp_dir *fast_dir; in framework_construct_pathname() 343 struct cpp_dir *fast_dir; in find_subframework_file() 344 static struct cpp_dir subframe_dir; in find_subframework_file() 426 cpp_dir *p; in add_system_framework_path() 428 p = XNEW (cpp_dir); in add_system_framework_path() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin-c.cc | 45 cpp_dir **dirp); 185 cpp_dir* dir; 198 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework() 230 static struct cpp_dir* 262 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname() 266 cpp_dir *fast_dir; in framework_construct_pathname() 343 struct cpp_dir *fast_dir; in find_subframework_file() 344 static struct cpp_dir subframe_dir; in find_subframework_file() 426 cpp_dir *p; in add_system_framework_path() 428 p = XNEW (cpp_dir); in add_system_framework_path() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 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_reader *, 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, in _cpp_find_file() [all …]
|
H A D | internal.h | 364 struct cpp_dir dir; 446 struct cpp_dir *quote_include; /* "" */ 447 struct cpp_dir *bracket_include; /* <> */ 448 struct cpp_dir no_search_path; /* No path. */ 681 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | 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, in _cpp_find_file() [all …]
|
H A D | 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 *,
|
H A D | ChangeLog | 170 (struct cpp_dir): Use it. 5316 (struct cpp_dir): Use it. 5619 * include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts. 5779 * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 37 typedef struct cpp_dir cpp_dir; typedef 628 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 713 struct cpp_dir struct 716 struct cpp_dir *next; argument 741 char *(*construct) (const char *header, cpp_dir *dir); argument 965 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 1291 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 37 typedef struct cpp_dir cpp_dir; typedef 669 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 770 struct cpp_dir struct 773 struct cpp_dir *next; argument 798 char *(*construct) (const char *header, cpp_dir *dir); argument 1034 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 1414 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-c.cc | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) in vms_construct_include_filename() 418 struct cpp_dir *dir; in vms_c_register_includes() 439 cpp_dir *p; in vms_c_register_includes() 441 p = XNEW (cpp_dir); in vms_c_register_includes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-c.c | 383 vms_construct_include_filename (const char *fname, cpp_dir *dir) in vms_construct_include_filename() 418 struct cpp_dir *dir; in vms_c_register_includes() 439 cpp_dir *p; in vms_c_register_includes() 441 p = XNEW (cpp_dir); in vms_c_register_includes()
|