Home
last modified time | relevance | path

Searched refs:user_supplied_p (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDc-incpath.c207 if (opts->warn_missing_include_dirs && cur->user_supplied_p) in remove_duplicates()
338 add_path (char *path, int chain, int cxx_aware, bool user_supplied_p) in add_path() argument
360 p->user_supplied_p = user_supplied_p; in add_path()
HDChangeLog-200432237 * c-opts.c (c_common_handle_option): Pass true for user_supplied_p
32245 (add_path): Set p->user_supplied_p. Remove duplicated code by
32248 (struct cpp_dir): Add user_supplied_p.
/NextBSD/contrib/gcclibs/libcpp/
HDmakedepend.c65 dir->user_supplied_p = 1; in add_dir()
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h520 bool user_supplied_p; member