Home
last modified time | relevance | path

Searched defs:sort (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp5 template<class T> void sort(Array<T>& v) { } in sort() function
H A Dp2.cpp10 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp44 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
H A Dp1.cpp99 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
/llvm-project/llvm/unittests/IR/
H A DUseTest.cpp22 TEST(UseTest, sort) { in TEST() argument
/llvm-project/clang/unittests/Format/
H A DSortImportsTestJava.cpp16 std::string sort(StringRef Code, std::vector<tooling::Range> Ranges) { in sort() function in clang::format::__anon1ecdc1390111::SortImportsTestJava
27 std::string sort(StringRef Code) { return sort(Code, GetCodeRange(Code)); } in sort() function in clang::format::__anon1ecdc1390111::SortImportsTestJava
H A DSortImportsTestJS.cpp22 std::string sort(StringRef Code, unsigned Offset = 0, unsigned Length = 0) { in sort() function in clang::format::__anonf9b686d40111::SortImportsTestJS
H A DSortIncludesTest.cpp27 std::string sort(StringRef Code, std::vector<tooling::Range> Ranges, in sort() function in clang::format::__anone50231800111::SortIncludesTest
41 std::string sort(StringRef Code, StringRef FileName = "input.cpp", in sort() function in clang::format::__anone50231800111::SortIncludesTest
[all...]
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h133 void sort() { in sort() function
/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h269 void sort() { sort(std::less<T>()); } in sort() function
298 void simple_ilist<T, Options...>::sort(Compare comp) { in sort() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp127 void LVRange::sort() { in sort() function in LVRange
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp141 void StatisticInfo::sort() { in sort() function in StatisticInfo
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp76 typename Requires_< BidirectionalIterator<RanIter>::value >::type sort(RanIter,RanIter){} in sort() function
/llvm-project/llvm/unittests/Support/
H A DParallelTest.cpp27 TEST(Parallel,sort) TEST() argument
/llvm-project/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c34 struct fde_vector *sort; member
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp180 SetVector<Operation *> sort() { in sort() function in __anon86b1e1e50411::TopoSortHelper
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DIterationGraphSorter.cpp167 AffineMap IterationGraphSorter::sort(SortMask mask, Value ignored) { in sort() function in IterationGraphSorter
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.cpp361 void Index::sort() { in sort() function in clang::doc::Index
[all...]
/llvm-project/libcxx/include/__algorithm/
H A Dpstl.h559 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp) { in sort() function
571 sort(_ExecutionPolicy&& __policy, _RandomAccessIterator __first, _RandomAccessIterator __last) { in sort() function
/llvm-project/lld/ELF/
H A DOutputSections.cpp267 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { sort() function in OutputSection
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp379 void kmp_stats_event_vector::sort() { in sort() function in kmp_stats_event_vector
H A Dkmp_dispatch_hier.h83 void sort() { in sort() function
/llvm-project/llvm/unittests/ADT/
H A DSimpleIListTest.cpp548 TEST(SimpleIListTest, sort) { in TEST() argument
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h603 sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last, _Compa… in sort() function
614 sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last) in sort() function

12