Home
last modified time | relevance | path

Searched defs:it1 (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/iterator/
H A Dincrement.pass.cpp36 decltype(auto) it1 = ++it; in testOne() local
53 decltype(auto) it1 = it++; in testOne() local
77 decltype(auto) it1 = ++it; // trailing_empty is false in testOne() local
89 decltype(auto) it1 = it++; // trailing_empty is false in testOne() local
108 decltype(auto) it1 = ++it; // trailing_empty is true in testOne() local
125 decltype(auto) it1 = it++; // trailing_empty is true in testOne() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/
H A Dend.pass.cpp63 decltype(auto) it1 = twv.end(); in test() local
76 decltype(auto) it1 = twv.end(); in test() local
85 decltype(auto) it1 = twv.end(); in test() local
99 decltype(auto) it1 = twv.end(); in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Darithmetic.pass.cpp47 auto it1 = v.begin(); in test() local
72 auto it1 = v.end(); in test() local
94 auto it1 = v.begin() + 2; in test() local
107 auto it1 = v.begin(); in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/iterator/
H A Darithmetic.pass.cpp81 auto it1 = ev.begin(); in test() local
96 auto it1 = ev.end(); in test() local
110 auto it1 = ev.begin() + 2; in test() local
/llvm-project/libcxx/test/libcxx/debug/containers/
H A Dsequence_container_iterators.pass.cpp130 iterator it1, it2, it3; in AssignInvalidates() local
185 iterator it1 = C1.begin(); in EraseIterIter() local
207 iterator it1 = C1.end(); in PopBack() local
219 iterator it1 = C1.begin(); in PopFront() local
230 iterator it1 = C1.begin(); in InsertIterValue() local
255 iterator it1 = C1.begin(); in EmplaceIterValue() local
275 iterator it1 = C1.begin(); in InsertIterSizeValue() local
294 iterator it1 = C1.begin(); in InsertIterIterIter() local
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.invalidation.pass.cpp26 typename C::iterator it1 = first + 1; in del_at_start() local
45 typename C::iterator it1 = c.begin(); in del_at_end() local
H A Derase_iter_iter.invalidation.pass.cpp29 typename C::iterator it1 = last; in del_at_start() local
50 typename C::iterator it1 = c.begin(); in del_at_end() local
H A Dpop_front.invalidation.pass.cpp25 typename C::iterator it1 = c.begin() + 1; in test() local
H A Dpop_back.invalidation.pass.cpp25 typename C::iterator it1 = c.begin(); in test() local
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1.cpp82 T it1; in Foo() local
92 T it1; in Foo2() local
H A Dp1-cxx11.cpp51 T it1; in Foo() local
61 T it1; in Foo2() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/loop/
H A Dmain.cpp14 std::list<int>::iterator it1=numbers_list.begin(); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref/
H A Dop_arrow.pass.cpp28 std::move_iterator<char *> it1 = std::make_move_iterator(a); in test() local
/llvm-project/libcxx/test/std/ranges/range.factories/range.istream.view/iterator/
H A Dderef.pass.cpp38 Iter it1{isv}; in test() local
H A Dspecial_op.pass.cpp57 auto it1 = isv1.begin(); in test() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/
H A Ddifference_type.pass.cpp43 constexpr auto it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Dconvert.pass.cpp50 constexpr std::move_iterator<const Derived *> it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
H A Dminus.pass.cpp46 constexpr MI it1 = std::make_move_iterator(p); in main() local
H A Dplus.pass.cpp44 constexpr MI it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/
H A Dpre.pass.cpp44 constexpr MI it1 = std::make_move_iterator(p); in main() local
H A Dpost.pass.cpp44 constexpr MI it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/
H A Dpre.pass.cpp46 constexpr MI it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/
H A Ddifference_type.pass.cpp43 constexpr MI it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/
H A Ddifference_type.pass.cpp43 constexpr MI it1 = std::make_move_iterator(p); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/
H A Ddifference_type.pass.cpp44 constexpr MI it1 = std::make_move_iterator(p); in main() local

12