Searched refs:remove_duplicates (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 127 bool remove_duplicates) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 614 bool remove_duplicates) const { in SortSymbolIndexesByValue() 632 if (remove_duplicates) { in SortSymbolIndexesByValue()
|