Searched refs:cpp_dir (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-incpath.c | 55 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 56 struct cpp_dir *, 57 struct cpp_dir *, int); 60 static struct cpp_dir *heads[4]; 61 static struct cpp_dir *tails[4]; 184 static struct cpp_dir * 186 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() 189 struct cpp_dir **pcur, *tmp, *cur; in remove_duplicates() 293 struct cpp_dir *p; in merge_include_chains() 340 cpp_dir *p; in add_path() [all …]
|
| H A D | c-incpath.h | 23 extern void add_cpp_dir_path (struct cpp_dir *, int);
|
| 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.
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin-c.c | 53 cpp_dir **dirp); 188 cpp_dir* dir; 201 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework() 233 static struct cpp_dir* 269 cpp_dir *fast_dir; in framework_construct_pathname() 346 struct cpp_dir *fast_dir; in find_subframework_file() 347 static struct cpp_dir subframe_dir; in find_subframework_file() 429 cpp_dir *p; in add_system_framework_path() 431 p = XNEW (cpp_dir); in add_system_framework_path() 447 cpp_dir *p; in add_framework_path() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | files.c | 83 cpp_dir *dir; 144 cpp_dir *start_dir; 148 cpp_dir *dir; 820 static struct cpp_dir * 824 cpp_dir *dir; in search_path_head() 883 struct cpp_dir *dir; in _cpp_stack_include() 969 static cpp_dir * 973 cpp_dir *dir; in make_cpp_dir() 1188 struct cpp_dir *dir; in _cpp_compare_file_date() 1384 cpp_dir *dir; in remap_filename() [all …]
|
| H A D | makedepend.c | 45 static cpp_dir *cmd_line_searchpath; 60 cpp_dir *dir = XNEW (cpp_dir); in add_dir()
|
| H A D | internal.h | 305 struct cpp_dir dir; 348 struct cpp_dir *quote_include; /* "" */ 349 struct cpp_dir *bracket_include; /* <> */ 350 struct cpp_dir no_search_path; /* No path. */ 528 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 43 typedef struct cpp_dir cpp_dir; typedef 459 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **); 491 struct cpp_dir struct 494 struct cpp_dir *next; argument 512 char *(*construct) (const char *header, cpp_dir *dir); argument 636 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int); 849 extern cpp_dir *cpp_get_dir (struct _cpp_file *);
|