Home
last modified time | relevance | path

Searched defs:Iter (Results 1 – 25 of 224) sorted by relevance

123456789

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dmember_types.compile.pass.cpp72 using Iter = decltype(v.begin()); in test() typedef
84 using Iter = decltype(v.begin()); in test() typedef
96 using Iter = decltype(v.begin()); in test() typedef
106 using Iter = std::ranges::iterator_t<std::ranges::zip_view<ForwardView<int>>>; in test() typedef
119 using Iter = decltype(v2.begin()); in test() typedef
130 using Iter = std::ranges::iterator_t<std::ranges::zip_view<InputView<int>>>; in test() typedef
141 using Iter = decltype(v.begin()); in test() typedef
148 using Iter = decltype(v.begin()); in test() typedef
157 using Iter = decltype(v.begin()); in test() typedef
164 using Iter = decltype(v.begin()); in test() typedef
[all …]
H A Darithmetic.pass.cpp66 using Iter = decltype(it1); in test() typedef
86 using Iter = decltype(it1); in test() typedef
119 using Iter = decltype(v.begin()); in test() typedef
131 using Iter = decltype(v.begin()); in test() typedef
H A Dincrement.pass.cpp37 using Iter = decltype(it); in test() typedef
67 using Iter = decltype(it); in test() typedef
89 using Iter = decltype(it); in test() typedef
110 using Iter = decltype(it); in test() typedef
H A Ddecrement.pass.cpp39 using Iter = decltype(it); in test() typedef
62 using Iter = decltype(it); in test() typedef
83 using Iter = std::ranges::iterator_t<decltype(v)>; in test() typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dmember_typedefs.compile.pass.cpp67 using Iter = decltype(io.begin()); in test() typedef
77 using Iter = decltype(io.begin()); in test() typedef
87 using Iter = decltype(io.begin()); in test() typedef
102 using Iter = decltype(io.begin()); in test() typedef
113 using Iter = decltype(io.begin()); in test() typedef
125 using Iter = decltype(io.begin()); in test() typedef
133 using Iter = decltype(io.begin()); in test() typedef
141 using Iter = decltype(io.begin()); in test() typedef
149 using Iter = decltype(io.begin()); in test() typedef
157 using Iter = decltype(io.begin()); in test() typedef
H A Dctor.value.pass.cpp22 using Iter = std::ranges::iterator_t<std::ranges::iota_view<int>>; in test() typedef
27 using Iter = std::ranges::iterator_t<std::ranges::iota_view<SomeInt>>; in test() typedef
32 using Iter = std::ranges::iterator_t<std::ranges::iota_view<SomeInt>>; in test() typedef
H A Dctor.default.pass.cpp21 using Iter = std::ranges::iterator_t<std::ranges::iota_view<Int42<DefaultTo42>>>; in test() typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Diterator_traits.compile.pass.cpp35 using Iter = simple_iterator<int*>; in test() typedef
47 using Iter = value_iterator<int*>; in test() typedef
61 using Iter = cpp17_output_iterator<int*>; in test() typedef
85 using Iter = cpp17_input_iterator<int*>; in test() typedef
97 using Iter = forward_iterator<int*>; in test() typedef
109 using Iter = random_access_iterator<int*>; in test() typedef
131 using Iter = std::common_iterator<forward_iterator<int*>, sentinel_type<int*>>; in test() typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/
H A Dmember_types.compile.pass.cpp57 using Iter = std::ranges::iterator_t<decltype(jv)>; in test() typedef
67 using Iter = std::ranges::iterator_t<std::ranges::join_view<ForwardView<ForwardView<int>>>>; in test() typedef
77 using Iter = std::ranges::iterator_t<std::ranges::join_view<InputView<InputView<int>>>>; in test() typedef
89 using Iter = std::ranges::iterator_t<std::ranges::join_view<Base>>; in test() typedef
100 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
113 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
122 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/
H A Dthree-way.pass.cpp35 struct Iter { struct
42 constexpr Iter(double value): m_value(value) {} in Iter() function
47 friend constexpr bool operator==(const Iter& l, const Iter& r) = default; argument
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Diterator_traits.compile.pass.cpp25 using Iter = cpp17_input_iterator<int*>; in test() typedef
36 using Iter = forward_iterator<int*>; in test() typedef
47 using Iter = random_access_iterator<int*>; in test() typedef
58 using Iter = contiguous_iterator<int*>; in test() typedef
H A Dmember_types.compile.pass.cpp38 using Iter = std::counted_iterator<InputOrOutputArchetype>; in test() typedef
46 using Iter = std::counted_iterator<cpp20_input_iterator<int*>>; in test() typedef
54 using Iter = std::counted_iterator<random_access_iterator<int*>>; in test() typedef
H A Diterator_concept_conformance.compile.pass.cpp26 using Iter = std::counted_iterator<forward_iterator<int*>>; in test() typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/
H A Dctor.value.pass.cpp23 using Iter = std::ranges::iterator_t<std::ranges::iota_view<int, IntSentinelWith<int>>>; in test() typedef
29 using Iter = std::ranges::iterator_t<std::ranges::iota_view<SomeInt, IntSentinelWith<SomeInt>>>; in test() typedef
H A Dctor.default.pass.cpp22 …using Iter = std::ranges::iterator_t<std::ranges::iota_view<Int42<DefaultTo42>, IntComparableWith<… in test() typedef
/llvm-project-15.0.7/libcxx/test/std/ranges/range.utility/range.subrange/
H A Dctor.default.pass.cpp48 using Iter = forward_iterator<int*>; in test() typedef
54 using Iter = forward_iterator<int*>; in test() typedef
/llvm-project-15.0.7/libcxx/test/support/
H A Ddeduction_guides_sfinae_checks.h44 using Iter = int*; in SequenceContainerDeductionGuidesSfinaeAway() local
86 using Iter = ValueType*; in AssociativeContainerDeductionGuidesSfinaeAway() local
158 using Iter = ValueType*; in UnorderedContainerDeductionGuidesSfinaeAway() local
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Deq.pass.cpp29 using Iter = std::conditional_t<Const, ConstIterator, Iterator>; typedef
92 using Iter = std::ranges::iterator_t<decltype(v)>; in test() typedef
117 using Iter = std::ranges::iterator_t<decltype(v)>; in test() typedef
136 using Iter = std::ranges::iterator_t<decltype(v)>; in test() typedef
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow() local
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow() local
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main() local
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dco_await-range-for-exp-namespace.cpp22 struct Iter { struct
27 IncTag<Iter> operator++(); argument
H A Dco_await-range-for.cpp22 struct Iter { struct
27 IncTag<Iter> operator++(); argument
/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQuery.cpp96 auto PrintLocations = [](llvm::raw_ostream &OS, auto Iter, auto End) { in dumpLocations()
118 for (auto Iter = Locs.LocationAccessors.begin(); in dumpLocations() local
130 for (auto Iter = Locs.RangeAccessors.begin(); in dumpLocations() local
147 for (auto Iter = Locs.RangeAccessors.begin(); in dumpLocations() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp199 auto Iter = Maps.find(Func.getAddress()); in translate() local
232 auto Iter = Maps.find(Func.getAddress()); in getFallthroughsInTrace() local
255 for (auto Iter = FromIter; Iter != ToIter;) { in getFallthroughsInTrace() local
274 auto Iter = ColdPartSource.find(Address); in fetchParentAddress() local
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h180 auto Iter = BinaryPatchers.find(DwoId); in getBinaryDWOPatcherHelper() local
228 auto Iter = BinaryDWOAbbrevWriters.find(DWOId); in getBinaryDWOAbbrevWriter() local
235 auto Iter = LocListWritersByCU.find(DWOId); in getDebugLocWriter() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp101 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, in StepOverPredicatedInstrs()
132 static bool IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter, in IsVPRDefinedOrKilledByBlock()
163 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, in CreateVPTBlock()

123456789