Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc58 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 DChangeLog-200312497 * 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 DChangeLog15951 (remove_duplicates): Use it.
H A DChangeLog-20041871 * c-incpath.c (remove_duplicates): Check for construct
32243 (remove_duplicates) [REASON_NOENT]: Warn if -Wmissing-include-dirs
H A DChangeLog-200818926 (remove_duplicates): Do not set inode on non-inode systems.
H A DChangeLog-201014141 * incpath.c (remove_duplicates): If name is not a directory, issue
H A DChangeLog-201427736 * incpath.c (remove_duplicates): Use cpp_warning.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c54 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 Disl_map.c10979 int remove_duplicates) in map_product() argument
11014 if (remove_duplicates) in map_product()