Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymtab.h127 bool remove_duplicates) const;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp614 bool remove_duplicates) const { in SortSymbolIndexesByValue()
632 if (remove_duplicates) { in SortSymbolIndexesByValue()