Searched refs:remove_duplicates (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-incpath.c | 55 static struct cpp_dir *remove_duplicates (cpp_reader *, struct cpp_dir *, 185 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, in remove_duplicates() function 278 heads[SYSTEM] = remove_duplicates (pfile, heads[SYSTEM], 0, 0, verbose); in merge_include_chains() 282 heads[BRACKET] = remove_duplicates (pfile, heads[BRACKET], heads[SYSTEM], in merge_include_chains() 287 heads[QUOTE] = remove_duplicates (pfile, heads[QUOTE], heads[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-2004 | 1871 * c-incpath.c (remove_duplicates): Check for construct 32243 (remove_duplicates) [REASON_NOENT]: Warn if -Wmissing-include-dirs
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-versions.py | 130 def remove_duplicates(): function 261 remove_duplicates() 264 remove_duplicates()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 128 bool remove_duplicates) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 603 bool remove_duplicates) const { in SortSymbolIndexesByValue() 623 if (remove_duplicates) { in SortSymbolIndexesByValue()
|