/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
D | increment.pass.cpp | 434 const recursive_directory_iterator EndIt; in TEST_CASE() local 443 while (!ec && it != EndIt && *it != nestedDir) { in TEST_CASE() 467 TEST_REQUIRE(it != EndIt); in TEST_CASE() 471 TEST_REQUIRE(it != EndIt); in TEST_CASE() 479 TEST_REQUIRE(it != EndIt); in TEST_CASE() 485 TEST_CHECK(it == EndIt); in TEST_CASE() 489 TEST_CHECK(it == EndIt); in TEST_CASE()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
D | increment.pass.cpp | 435 const recursive_directory_iterator EndIt; in test_PR35078_with_symlink_file() local 444 while (!ec && it != EndIt && *it != nestedDir) { in test_PR35078_with_symlink_file() 468 assert(it != EndIt); in test_PR35078_with_symlink_file() 472 assert(it != EndIt); in test_PR35078_with_symlink_file() 480 assert(it != EndIt); in test_PR35078_with_symlink_file() 486 assert(it == EndIt); in test_PR35078_with_symlink_file() 490 assert(it == EndIt); in test_PR35078_with_symlink_file()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 145 EndIt = succ_end(IntStack.back().first); variable 146 while (SuccIt != EndIt) { // Loop over all interval succs
|
/external/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 144 EndIt = succ_end(IntStack.back().first); variable 145 while (SuccIt != EndIt) { // Loop over all interval succs
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 657 auto EndIt = *this; in getEnd() local 658 EndIt.Next = CD.end(); in getEnd() 659 EndIt.Ended = true; in getEnd() 660 return EndIt; in getEnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() local 1061 EndIt, MBB, FunctionList.size(), in findCandidates() 1237 MachineBasicBlock::iterator EndIt = C.back(); in outline() local 1272 std::for_each(CallInst, std::next(EndIt), CopyDefsAndUpdateCalls); in outline() 1278 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
|
D | RegAllocGreedy.cpp | 2663 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local 2664 It != EndIt; ++It) { in tryLastChanceRecoloring() 2716 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local 2717 It != EndIt; ++It) { in tryLastChanceRecoloring()
|
D | CodeGenPrepare.cpp | 2504 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local 2651 EndIt = OriginalUses.end(); in undo() local 2652 UseIt != EndIt; ++UseIt) { in undo() 2832 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; in analyzeDataDependencies() local 251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { in analyzeDataDependencies()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 570 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs() local 587 ((It = RegToId.find((MI)->getOperand(1).getReg())) == EndIt || in reachedUsesToDefs()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 2135 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local 2136 It != EndIt; ++It) { in tryLastChanceRecoloring() 2173 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local 2174 It != EndIt; ++It) { in tryLastChanceRecoloring()
|
D | CodeGenPrepare.cpp | 2290 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local 2425 EndIt = OriginalUses.end(); in undo() local 2426 UseIt != EndIt; ++UseIt) { in undo() 2566 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2652 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls() local 2655 if (EndIt != LocDecls.end()) in findFileRegionDecls() 2656 ++EndIt; in findFileRegionDecls() 2658 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2144 auto EndIt = std::next(MachineBasicBlock::iterator(EI)); in optimizeSpillSlots() local 2145 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2349 auto EndIt = std::next(EI.getIterator()); in optimizeSpillSlots() local 2350 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6629 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(), in FindFileRegionDecls() local 6631 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls() 6632 ++EndIt; in FindFileRegionDecls() 6635 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls()
|