Home
last modified time | relevance | path

Searched refs:Iterators (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libcxx/test/std/containers/
H A Dinsert_range_helpers.h75 using Iterators = types::type_list< in for_all_iterators_and_allocators() local
84 types::for_each(Iterators{}, [=]<class Iter>() { in for_all_iterators_and_allocators()
103 using Iterators = types::type_list< in for_all_iterators_and_allocators_constexpr() local
109 types::for_each(Iterators{}, [=]<class Iter>() { in for_all_iterators_and_allocators_constexpr()
H A Dfrom_range_helpers.h93 using Iterators = types::type_list<
102 types::for_each(Iterators{}, [=]<class Iter>() {
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp554 for (auto Iterators = std::make_pair(Members.begin(), Files.begin()); in checkForDuplicates()
555 Iterators.first != Members.end(); in checkForDuplicates()
556 ++Iterators.first, ++Iterators.second) { in checkForDuplicates()
557 assert(Iterators.second != Files.end() && in checkForDuplicates()
559 MembersToFiles[Iterators.first->MemberName].push_back(*Iterators.second); in checkForDuplicates()
552 for (auto Iterators = std::make_pair(Members.begin(), Files.begin()); checkForDuplicates() local
/llvm-project/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp79 TEST(EnumeratedArray, Iterators) { in TEST() argument
H A DSparseMultiSetTest.cpp161 TEST(SparseMultiSetTest, Iterators) { in TEST() argument
H A DCoalescingBitVectorTest.cpp85 TEST(CoalescingBitVectorTest, Iterators) { in TEST() argument
H A DBitVectorTest.cpp1145 TYPED_TEST(BitVectorTest, Iterators) { in TYPED_TEST() argument
/llvm-project/libcxx/docs/Status/
H A DCxx14Papers.csv
H A DCxx20Papers.csv100 "`P1464R1 <https://wg21.link/P1464R1>`__","Mandating the Standard Library: Clause 22 - Iterators library","2019-02 (Kona)","|Complete|","9",""
115 "`P1207R4 <https://wg21.link/P1207R4>`__","Movability of Single-pass Iterators","2019-07 (Cologne)","|Complete|","15",""
H A DCxx17Papers.csv11 "`N4284 <https://wg21.link/N4284>`__","Contiguous Iterators.","2014-11 (Urbana)","|Complete|","3.6",""
H A DCxx23Papers.csv18 "`P1425R4 <https://wg21.link/P1425R4>`__","Iterators pair constructors for stack and queue","2021-06 (Virtual)","|Complete|","14",""
H A DSpaceshipProjects.csv
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp132 TEST_F(TreeTest, Iterators) { in TEST_F()
129 TEST_F(TreeTest,Iterators) TEST_F() argument
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-auto.rst37 Iterators chapter
/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp140 static const llvm::StringSet<> Iterators{"iterator", "const_iterator", in inferGslPointerAttribute() local
144 if (Parent->isInStdNamespace() && Iterators.count(ND->getName()) && in inferGslPointerAttribute()
/llvm-project/mlir/docs/Rationale/
H A DUsageOfConst.md268 1. Iterators and other types and functions that are templated to support
/llvm-project/libcxx/docs/
H A DHardening.rst393 - Iterators (ABI-dependent)
/llvm-project/llvm/docs/
H A DVectorizers.rst250 Reverse Iterators
/llvm-project/mlir/docs/Tutorials/transform/
H A DChH.md57 // Iterators/subscripts.
/llvm-project/mlir/docs/Dialects/Linalg/
H A D_index.md242 #### Property 3: The Type Of Iterators is Defined Explicitly<a name="prop3"></a>