Searched refs:remove_duplicates (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/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, function
278 heads[SYSTEM] = remove_duplicates (pfile, heads[SYSTEM], 0, 0, verbose);
282 heads[BRACKET] = remove_duplicates (pfile, heads[BRACKET], heads[SYSTEM],
287 heads[QUOTE] = remove_duplicates (pfile, heads[QUOTE], heads[SYSTEM],
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h78 void SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp605 Symtab::SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const
625 if (remove_duplicates)

Completed in 58 milliseconds