Searched refs:remove_duplicates (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | incpath.cc | 58 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 248 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() function 372 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose); in merge_include_chains() 377 = remove_duplicates (pfile, heads[INC_BRACKET], heads[INC_SYSTEM], in merge_include_chains() 383 = remove_duplicates (pfile, heads[INC_QUOTE], heads[INC_SYSTEM], in merge_include_chains()
|
H A D | ChangeLog-2003 | 12497 * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path): 12499 (remove_duplicates): Don't simplify path names. 31256 (remove_duplicates): Use cpp_simplify_path.
|
H A D | ChangeLog | 15951 (remove_duplicates): Use it.
|
H A D | ChangeLog-2004 | 1871 * c-incpath.c (remove_duplicates): Check for construct 32243 (remove_duplicates) [REASON_NOENT]: Warn if -Wmissing-include-dirs
|
H A D | ChangeLog-2008 | 18926 (remove_duplicates): Do not set inode on non-inode systems.
|
H A D | ChangeLog-2010 | 14141 * incpath.c (remove_duplicates): If name is not a directory, issue
|
H A D | ChangeLog-2014 | 27736 * incpath.c (remove_duplicates): Use cpp_warning.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | incpath.c | 54 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 242 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() function 366 = remove_duplicates (pfile, heads[INC_SYSTEM], 0, 0, verbose); in merge_include_chains() 371 = remove_duplicates (pfile, heads[INC_BRACKET], heads[INC_SYSTEM], in merge_include_chains() 377 = remove_duplicates (pfile, heads[INC_QUOTE], heads[INC_SYSTEM], in merge_include_chains()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_map.c | 10979 int remove_duplicates) in map_product() argument 11014 if (remove_duplicates) in map_product()
|