Searched defs:RAI (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp51 typedef random_access_iterator<I> RAI; typedef
60 assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
62 assert(std::copy(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end()));
H A Dcopy_backward.pass.cpp51 typedef random_access_iterator<I> RAI; typedef
59 assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
61 assert(std::copy_backward(c2.cbegin(), c2.cend(), RAI(c1.end())) == RAI(c1.begin()));
H A Dmove.pass.cpp51 typedef random_access_iterator<I> RAI; typedef
59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
61 assert(std::move(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end()));
H A Dmove_backward.pass.cpp51 typedef random_access_iterator<I> RAI; typedef
59 assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
61 assert(std::move_backward(c2.cbegin(), c2.cend(), RAI(c1.end())) == RAI(c1.begin()));
/external/llvm/lib/CodeGen/
H A DErlangGC.cpp75 MachineBasicBlock::iterator RAI = MI; ++RAI; local
76 MCSymbol* Label = InsertLabel(*MI->getParent(), RAI, MI->getDebugLoc());
H A DGCStrategy.cpp356 MachineBasicBlock::iterator RAI = CI; local
357 ++RAI;
365 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());

Completed in 3007 milliseconds