Home
last modified time | relevance | path

Searched refs:incpath_kind (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dincpath.h22 enum incpath_kind { enum
31 extern void add_path (char *, incpath_kind, int, bool);
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 Dincpath.c49 static void add_env_var_paths (const char *, incpath_kind);
96 add_env_var_paths (const char *env_var, incpath_kind chain) in add_env_var_paths()
420 add_cpp_dir_path (cpp_dir *p, incpath_kind chain) in add_cpp_dir_path()
432 add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p) in add_path()
507 get_added_cpp_dirs (incpath_kind chain) in get_added_cpp_dirs()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-opts.c123 static void add_prefixed_path (const char *, incpath_kind);
1363 add_prefixed_path (const char *suffix, incpath_kind chain) in add_prefixed_path()