Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-incpath.c55 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 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 DChangeLog-20041871 * 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 Dtest-zstd-versions.py130 def remove_duplicates(): function
261 remove_duplicates()
264 remove_duplicates()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h128 bool remove_duplicates) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp603 bool remove_duplicates) const { in SortSymbolIndexesByValue()
623 if (remove_duplicates) { in SortSymbolIndexesByValue()