Home
last modified time | relevance | path

Searched refs:It1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DSmallVector.h190 template<typename It1, typename It2>
191 static It2 move(It1 I, It1 E, It2 Dest) { in move()
201 template<typename It1, typename It2>
202 static It2 move_backward(It1 I, It1 E, It2 Dest) { in move_backward()
210 template<typename It1, typename It2>
211 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
218 template<typename It1, typename It2>
219 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
288 template<typename It1, typename It2>
289 static It2 move(It1 I, It1 E, It2 Dest) { in move()
[all …]
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/
Dtest.pass.cpp25 template <class It1, class It2>
27 test(It1 l, It2 r, std::ptrdiff_t x) in test()
29 const std::reverse_iterator<It1> r1(l); in test()
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp258 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
259 std::advance(It1, MinX); in genMuxInBlock()
261 MachineInstr *Def1 = It1, *Def2 = It2; in genMuxInBlock()
/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/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h212 template <class It1, class It2>
213 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,