/external/libcxx/test/support/ |
D | verbose_assert.h | 130 template <class It1> 131 std::string PrintRange(const char* Name, It1 F, It1 E) { 159 template <class It1, class It2, class Comp> 160 AssertData CheckCollectionsEqual(It1 F1, It1 E1, It2 F2, It2 E2, 162 const It1 F1Orig = F1;
|
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/ |
D | test.pass.cpp | 28 template <class It1, class It2> 30 test(It1 l, It2 r, std::ptrdiff_t x) in test() 32 const std::reverse_iterator<It1> r1(l); in test()
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 189 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/ |
D | SmallVector.h | 192 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/ |
D | SmallVector.h | 199 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/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallVector.h | 189 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/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 767 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies() local 768 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() 769 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) { in computeRedundantBackCopies() 770 It2 = It1; in computeRedundantBackCopies() 772 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies() 775 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies() 778 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies() 782 DominatedVNIs.insert(*It1); in computeRedundantBackCopies()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 262 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local 263 std::advance(It1, MinX); in genMuxInBlock() 265 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 302 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local 303 std::advance(It1, MinX); in genMuxInBlock() 305 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 211 template<typename It1, typename It2> 212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies() local 969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() 970 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) { in computeRedundantBackCopies() 971 It2 = It1; in computeRedundantBackCopies() 973 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies() 976 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies() 979 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies() 983 DominatedVNIs.insert(*It1); in computeRedundantBackCopies()
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 216 template <class It1, class It2> 217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 236 template <class It1, class It2> 237 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | d67edb1149be76f86c648c58fe1787ef.0006cbc1.honggfuzz.cov | 1721 …R7�H�`͊zv��(��]�4���\�VD��� �=i1v�xu,�:ٹ��)6B�������|�ow4*���˾!�[�It1{2��'�u�M�^{g%�sSUM�…
|