Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dincpath.cc271 if (opts->warn_missing_include_dirs && cur->user_supplied_p) in remove_duplicates()
333 if (p->user_supplied_p) in add_sysroot_to_chain()
438 add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p) in add_path() argument
470 p->user_supplied_p = user_supplied_p; in add_path()
DChangeLog-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.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-c.cc446 p->user_supplied_p = 0; in vms_c_register_includes()
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h784 bool user_supplied_p; member