Home
last modified time | relevance | path

Searched defs:RAI (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp34 typedef random_access_iterator<const int*> RAI; in main() typedef
Dmismatch_pred.pass.cpp37 typedef random_access_iterator<const int*> RAI; in main() typedef
/external/libcxx/test/std/containers/sequences/deque/deque.special/
Dcopy_backward.pass.cpp51 typedef random_access_iterator<I> RAI; in testN() typedef
Dmove_backward.pass.cpp51 typedef random_access_iterator<I> RAI; in testN() typedef
Dmove.pass.cpp51 typedef random_access_iterator<I> RAI; in testN() typedef
Dcopy.pass.cpp51 typedef random_access_iterator<I> RAI; in testN() typedef
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp283 MachineBasicBlock::iterator RAI = CI; in VisitCallPoint() local
DMachineBasicBlock.cpp1167 for (MCRegAliasIterator RAI(Reg, TRI, /*IncludeSelf=*/true); in computeRegisterLiveness() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1473 for (RecIter RAI = RADefs.begin(), RAE = RADefs.end(); RAI != RAE; ++RAI) { in collectProcResources() local
1478 for (RecIter RAI = SRADefs.begin(), RAE = SRADefs.end(); RAI != RAE; ++RAI) { in collectProcResources() local
DSubtargetEmitter.cpp742 for (RecIter RAI = ProcModel.ReadAdvanceDefs.begin(), in FindReadAdvance() local