/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFixupVectorISel.cpp | 165 for (I = MBB.begin(); I != MBB.end(); I = Next) { in fixupGlobalSaddr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 85 IndexType end() const { return second; } in end() function in llvm::HexagonBlockRanges::IndexType::IndexRange 96 bool TiedEnd = false; // The end is not a use, but a dead def tied to a use. 244 } // end namespace llvm
|
H A D | HexagonGenExtract.cpp | 54 } // end namespace llvm 86 } // end anonymous namespace 233 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); in visitBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCShuffler.cpp | 84 for (HexagonShuffler::iterator I = begin(); I != end(); ++I) { in copyTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 62 } // end of anonymous namespace 232 MachineBasicBlock::const_iterator I = Pred->end(); in isBlockOnlyReachableByFallthrough()
|
H A D | LanaiDelaySlotFiller.cpp | 54 for (MachineFunction::iterator FI = MF.begin(), FE = MF.end(); FI != FE; 80 } // end of anonymous namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 90 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I) { in runOnMachineFunction() 153 // objects, so we adjust 'Offset' to point to the end of last fixed sized in calculateFrameObjectOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RetpolineThunks.cpp | 79 } // end anonymous namespace 113 // nothing will end up calling it. in runOnMachineFunction() 226 MF.insert(MF.end(), EntryMBB); in createThunkFunction() 271 // with minimal resource utilization. We still end the capture with a jump to in populateThunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 217 if (Found == CMap.end()) in mergeConstants() 279 } // end anonymous namespace
|
H A D | Internalize.cpp | 63 ExternalNames.insert(APIList.begin(), APIList.end()); in PreserveAPIList() 87 } // end anonymous namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 155 // These mark the end and begin of an autorelease pool scope. in Depends() 246 Worklist.push_back(std::make_pair(PredBB, PredBB->end())); in FindDependencies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 98 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor() 365 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() 288 } // end namespace llvm
|
/third_party/vixl/tools/ |
H A D | lint.py | 96 n_errors_str = res.string[res.start(1):res.end(1)]
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | unknown_fields.cc | 68 it != self->sub_unknown_fields.end(); it++) { in Clear()
|
/third_party/python/Lib/ |
H A D | timeit.py | 303 print(__doc__, end=' ')
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 101 // if (result != ducks.end()) { 153 // absl::flat_hash_map<int, std::string> map7(v.begin(), v.end()); 169 // Returns a const iterator to the end of the `flat_hash_map`. 172 // flat_hash_map::end() 174 // Returns an iterator to the end of the `flat_hash_map`. 175 using Base::end; 195 // of the largest value of `std::distance(begin(), end())` for a 210 // the underlying buffer call `erase(begin(), end())`. 408 // for the past-the-end iterator, which is invalidated.
|
H A D | node_hash_map.h | 95 // if (result != ducks.end()) { 148 // absl::node_hash_map<int, std::string> map7(v.begin(), v.end()); 164 // Returns a const iterator to the end of the `node_hash_map`. 167 // node_hash_map::end() 169 // Returns an iterator to the end of the `node_hash_map`. 170 using Base::end; 190 // of as the largest value of `std::distance(begin(), end())` for a 205 // the underlying buffer call `erase(begin(), end())`. 399 // for the past-the-end iterator, which is invalidated.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 58 std::copy(data.begin(), data.end(), std::begin(state_)); in Init()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token_test.cc | 79 EXPECT_THAT(token.begin(), Eq(token.end())); in TEST()
|
H A D | cord_rep_btree_navigator.h | 125 // Slow path for Next() if Next() reached the end of a leaf node. Backtracks 234 } while (index == edge->end()); in NextUp()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | commandlineflag_test.cc | 61 std::replace(normalized.begin(), normalized.end(), '\\', '/'); in NormalizeFileName()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.h | 156 many_args_.assign(args.begin(), args.end()); in Streamable()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_split_benchmark.cc | 173 v += std::distance(splitter.begin(), splitter.end()); in BM_SplitStringWithOneCharNoVector()
|
/third_party/skia/experimental/graphite/src/ |
H A D | GraphicsPipelineDesc.h | 96 Iter end() const { return Iter(); } in end() function in skgpu::GraphicsPipelineDesc::AttributeSet
|