Home
last modified time | relevance | path

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

/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/
Dtest.pass.cpp28 template <class It1, class It2>
30 test(It1 l, It2 r, std::ptrdiff_t x) in test()
33 const std::reverse_iterator<It2> r2(r); in test()
/external/libcxx/test/support/
Dverbose_assert.h159 template <class It1, class It2, class Comp>
160 AssertData CheckCollectionsEqual(It1 F1, It1 E1, It2 F2, It2 E2,
163 const It2 F2Orig = F2;
/external/llvm/include/llvm/ADT/
DSmallVector.h189 template<typename It1, typename It2>
190 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
197 template<typename It1, typename It2>
198 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
267 template<typename It1, typename It2>
268 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
275 template<typename It1, typename It2>
276 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h192 template<typename It1, typename It2>
193 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
200 template<typename It1, typename It2>
201 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
270 template<typename It1, typename It2>
271 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
278 template<typename It1, typename It2>
279 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallVector.h199 template<typename It1, typename It2>
200 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
207 template<typename It1, typename It2>
208 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
276 template<typename It1, typename It2>
277 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
284 template<typename It1, typename It2>
285 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/llvm/lib/CodeGen/
DSplitKit.cpp768 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
770 It2 = It1; in computeRedundantBackCopies()
771 for (++It2; It2 != EqualVNs[ParentVNI->id].end(); ++It2) { in computeRedundantBackCopies()
772 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
776 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
778 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
780 DominatedVNIs.insert(*It2); in computeRedundantBackCopies()
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp262 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
264 std::advance(It2, MaxX); in genMuxInBlock()
265 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp302 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
304 std::advance(It2, MaxX); in genMuxInBlock()
305 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
971 It2 = It1; in computeRedundantBackCopies()
972 for (++It2; It2 != EqualVNs[ParentVNI->id].end(); ++It2) { in computeRedundantBackCopies()
973 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
977 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
979 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
981 DominatedVNIs.insert(*It2); in computeRedundantBackCopies()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h189 template<typename It1, typename It2>
190 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
237 template<typename It1, typename It2>
238 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/clang/include/clang/AST/
DASTVector.h211 template<typename It1, typename It2>
212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/llvm/unittests/Support/
DPath.cpp346 auto It2 = path::rbegin(CacheDir2); in TEST() local
347 EXPECT_EQ("\xE2\x84\xB5.0", *It2); in TEST()
348 EXPECT_EQ("\xCF\x80r\xC2\xB2", *++It2); in TEST()
349 auto ParentDir2 = *++It2; in TEST()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h216 template <class It1, class It2>
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
218 It2 LastOther)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h236 template <class It1, class It2>
237 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
238 It2 LastOther)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp370 auto It2 = path::rbegin(CacheDir2); in TEST() local
371 EXPECT_EQ("\xE2\x84\xB5.0", *It2); in TEST()
372 EXPECT_EQ("\xCF\x80r\xC2\xB2", *++It2); in TEST()
373 auto ParentDir2 = *++It2; in TEST()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
De602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov6595 t+oGVΰ�QE�6K>��Y7�~�p7z�AC2Nk�������P`w=��G !���$�n̏v�:$[�����It2�w�O��P]d�3ɤ<Ag.%'x�>…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
De602a38ffc3d907e0225b05647fccbf2.00069ea2.honggfuzz.cov6595 t+oGVΰ�QE�6K>��Y7�~�p7z�AC2Nk�������P`w=��G !���$�n̏v�:$[�����It2�w�O��P]d�3ɤ<Ag.%'x�>…