| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/ |
| H A D | member_types.compile.pass.cpp | 72 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 D | arithmetic.pass.cpp | 66 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 D | increment.pass.cpp | 37 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 D | decrement.pass.cpp | 39 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 D | member_typedefs.compile.pass.cpp | 67 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 D | ctor.value.pass.cpp | 22 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 D | ctor.default.pass.cpp | 21 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 D | iterator_traits.compile.pass.cpp | 35 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 D | member_types.compile.pass.cpp | 57 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 D | three-way.pass.cpp | 35 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 D | iterator_traits.compile.pass.cpp | 25 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 D | member_types.compile.pass.cpp | 38 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 D | iterator_concept_conformance.compile.pass.cpp | 26 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 D | ctor.value.pass.cpp | 23 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 D | ctor.default.pass.cpp | 22 …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 D | ctor.default.pass.cpp | 48 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 D | deduction_guides_sfinae_checks.h | 44 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 D | eq.pass.cpp | 29 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 D | DataFlow.cpp | 119 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 D | co_await-range-for-exp-namespace.cpp | 22 struct Iter { struct 27 IncTag<Iter> operator++(); argument
|
| H A D | co_await-range-for.cpp | 22 struct Iter { struct 27 IncTag<Iter> operator++(); argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.cpp | 96 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 D | BoltAddressTranslation.cpp | 199 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 D | DWARFRewriter.h | 180 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 D | MVEVPTBlockPass.cpp | 101 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()
|