Searched refs:CompareFunc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dvec.h36 typedef int (*CompareFunc)(const void*, const void*); typedef
124 void incorporate (const ITEM item, CompareFunc func);
150 sort (CompareFunc compare, void *arg = NULL)
157 long bisearch (long start, long end, void *key, CompareFunc func);
355 Vector<ITEM>::bisearch (long start, long end, void *key, CompareFunc compare)
370 Vector<ITEM>::incorporate (const ITEM item, CompareFunc compare)
H A DTable.cc1417 index->sort ((CompareFunc) pcmp, sortedBy);
1491 index->sort ((CompareFunc) pcmp, sortedBy);
H A DHist_data.cc519 hist_items->sort ((CompareFunc) sort_compare_dlayout, this);
521 hist_items->sort ((CompareFunc) sort_compare_all, this);
H A DPathTree.cc653 root->descendants->sort ((CompareFunc) desc_node_comp, this);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp37 typedef bool (*CompareFunc)(const LayoutPtr &S1, const LayoutPtr &S2); typedef
68 static CompareFunc getComparisonFunc(opts::pretty::ClassSortMode Mode) {
94 CompareFunc Comp = getComparisonFunc(opts::pretty::ClassOrder);

Completed in 121 milliseconds