Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp133 SmallVector<int, 2> Iterators(TiedVariables.size(), 0); in generateSnippetUsingStaticRenaming() local
140 PossibleRegsForVar[VarId].find_next(Iterators[VarId]); in generateSnippetUsingStaticRenaming()
147 Iterators[VarId] = NextPossibleReg; in generateSnippetUsingStaticRenaming()
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp560 for (auto Iterators = std::make_pair(Members.begin(), Files.begin()); in checkForDuplicates() local
561 Iterators.first != Members.end(); in checkForDuplicates()
562 ++Iterators.first, ++Iterators.second) { in checkForDuplicates()
563 assert(Iterators.second != Files.end() && in checkForDuplicates()
565 MembersToFiles[Iterators.first->MemberName].push_back(*Iterators.second); in checkForDuplicates()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DRangesIssues.csv4 `P1207R4 <https://wg21.link/P1207R4>`__,Movability Of Single-Pass Iterators,|Complete|,15.0
16 `P1862R1 <https://wg21.link/P1862R1>`__,Range Adaptors For Non-Copyable Iterators,,
H A DCxx14Papers.csv12 "`3644 <https://wg21.link/n3644>`__","LWG","Null Forward Iterators","Bristol","|Complete|","3.4"
H A DCxx2bPapers.csv18 "`P1425R4 <https://wg21.link/P1425R4>`__","LWG","Iterators pair constructors for stack and queue","…
H A DCxx20Papers.csv99 …21.link/P1464R1>`__","LWG","Mandating the Standard Library: Clause 22 - Iterators library","Kona",…
114 "`P1207R4 <https://wg21.link/P1207R4>`__","LWG","Movability of Single-pass Iterators","Cologne","|C…
H A DCxx17Papers.csv11 "`N4284 <https://wg21.link/n4284>`__","LWG","Contiguous Iterators.","Urbana","|Complete|","3.6"
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp161 TEST(SparseMultiSetTest, Iterators) { in TEST() argument
H A DCoalescingBitVectorTest.cpp85 TEST(CoalescingBitVectorTest, Iterators) { in TEST() argument
H A DBitVectorTest.cpp1137 TYPED_TEST(BitVectorTest, Iterators) { in TYPED_TEST() argument
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp129 TEST_F(TreeTest, Iterators) { in TEST_F() argument
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-auto.rst37 Iterators chapter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp137 static llvm::StringSet<> Iterators{"iterator", "const_iterator", in inferGslPointerAttribute() local
141 if (Parent->isInStdNamespace() && Iterators.count(ND->getName()) && in inferGslPointerAttribute()
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md268 1. Iterators and other types and functions that are templated to support
/llvm-project-15.0.7/libcxx/docs/
H A DReleaseNotes.rst65 - P1207R4 - Movability of Single-pass Iterators
/llvm-project-15.0.7/llvm/docs/
H A DVectorizers.rst250 Reverse Iterators
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md244 #### Property 3: The Type Of Iterators is Defined Explicitly<a name="prop3"></a>