Home
last modified time | relevance | path

Searched refs:cpp_dir (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gcc/
HDc-incpath.c53 static void free_path (struct cpp_dir *, int);
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];
67 free_path (struct cpp_dir *path, int reason) in free_path()
184 static struct cpp_dir *
185 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates()
186 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates()
[all …]
HDc-incpath.h23 extern void add_cpp_dir_path (struct cpp_dir *, int);
HDChangeLog-200312498 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.
HDChangeLog-200432248 (struct cpp_dir): Add user_supplied_p.
39433 (add_path): Use a consistent style for cpp_dir. Initialize
39456 (cpp_dir): Add construct.
/trueos/contrib/gcc/config/
HDdarwin-c.c53 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*
265 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname()
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()
[all …]
/trueos/contrib/gcclibs/libcpp/
HDfiles.c83 cpp_dir *dir;
144 cpp_dir *start_dir;
148 cpp_dir *dir;
160 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
165 const cpp_dir *start_dir);
166 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname);
168 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
175 static void read_name_map (cpp_dir *dir);
177 static char *append_file_to_dir (const char *fname, cpp_dir *dir);
415 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file()
[all …]
HDmakedepend.c45 static cpp_dir *cmd_line_searchpath;
60 cpp_dir *dir = XNEW (cpp_dir); in add_dir()
HDinternal.h305 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. */
527 extern _cpp_file *_cpp_find_file (cpp_reader *, const char *, cpp_dir *,
/trueos/contrib/gcclibs/libcpp/include/
HDcpplib.h43 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 *);