/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p6.cpp | 5 template<class T> void sort(Array<T>& v) { } in sort() function
|
H A D | p2.cpp | 10 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p6.cpp | 44 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
|
H A D | p1.cpp | 99 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
|
/llvm-project/llvm/unittests/IR/ |
H A D | UseTest.cpp | 22 TEST(UseTest, sort) { in TEST() argument
|
/llvm-project/clang/unittests/Format/ |
H A D | SortImportsTestJava.cpp | 16 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 D | SortImportsTestJS.cpp | 22 std::string sort(StringRef Code, unsigned Offset = 0, unsigned Length = 0) { in sort() function in clang::format::__anonf9b686d40111::SortImportsTestJS
|
H A D | SortIncludesTest.cpp | 27 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 D | COO.h | 133 void sort() { in sort() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 269 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 D | LVRange.cpp | 127 void LVRange::sort() { in sort() function in LVRange
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | ArrayList.h | 80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 141 void StatisticInfo::sort() { in sort() function in StatisticInfo
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-field.cpp | 76 typename Requires_< BidirectionalIterator<RanIter>::value >::type sort(RanIter,RanIter){} in sort() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | ParallelTest.cpp | 27 TEST(Parallel,sort) TEST() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2009-01-21-InvalidIterator.c | 34 struct fde_vector *sort; member
|
/llvm-project/mlir/lib/Analysis/ |
H A D | TopologicalSortUtils.cpp | 180 SetVector<Operation *> sort() { in sort() function in __anon86b1e1e50411::TopoSortHelper
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | IterationGraphSorter.cpp | 167 AffineMap IterationGraphSorter::sort(SortMask mask, Value ignored) { in sort() function in IterationGraphSorter
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.cpp | 361 void Index::sort() { in sort() function in clang::doc::Index [all...] |
/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl.h | 559 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 D | OutputSections.cpp | 267 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { sort() function in OutputSection
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 379 void kmp_stats_event_vector::sort() { in sort() function in kmp_stats_event_vector
|
H A D | kmp_dispatch_hier.h | 83 void sort() { in sort() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SimpleIListTest.cpp | 548 TEST(SimpleIListTest, sort) { in TEST() argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 603 sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last, _Compa… in sort() function 614 sort(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last) in sort() function
|