HomeSort by relevance Sort by last modified time
    Searched defs:iplist (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
ilist_sort.h 22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) {
23 typedef llvm::iplist<T, Alloc> iplist; typedef
24 typedef typename iplist::iterator iterator;
50 iplist ys;
77 void sort(llvm::iplist<T, Alloc>& list,
  /external/llvm/include/llvm/ADT/
ilist.h 49 template<typename NodeTy, typename Traits> class iplist;
341 /// iplist - The subset of list functionality that can safely be used on nodes
352 /// in the list. When the list is empty, the pointer in the iplist points
362 class iplist : public Traits { class in namespace:llvm
382 // No fundamental reason why iplist can't be copyable, but the default
384 iplist(const iplist &) = delete;
385 void operator=(const iplist &) = delete;
400 iplist() : Head(this->provideInitialHead()) {} function in class:llvm::iplist
401 ~iplist() {
    [all...]

Completed in 315 milliseconds