HomeSort by relevance Sort by last modified time
    Searched full:op_less (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/ADT/
ilist.h 379 static bool op_less(NodeTy &L, NodeTy &R) { return L < R; } function in class:llvm::iplist
662 void merge(iplist &Right) { return merge(Right, op_less); }
689 void sort() { sort(op_less); }

Completed in 466 milliseconds