Home
last modified time | relevance | path

Searched refs:rbegin (Results 51 - 75 of 366) sorted by relevance

12345678910>>...15

/third_party/json/tests/src/
H A Dunit-regression1.cpp284 json::reverse_iterator rit = a.rbegin();
291 json::reverse_iterator rit = ++a.rbegin();
297 json::reverse_iterator rit = a.rbegin();
300 std::transform(rit, a.rend(), b.rbegin(), [](json el)
309 std::transform(++a.rbegin(), a.rend(), b.rbegin(), [](json el)
333 for (auto it = config.rbegin(); it != config.rend(); ++it)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp54 return map.rbegin()->first; in lastName()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorScope.cpp63 for (auto it = mScopes.rbegin(); it != mScopes.rend(); ++it) { in HandleError()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp275 for (auto it = indexNodeStack.rbegin(); it != indexNodeStack.rend(); ++it) in RewriteModifiedStructFieldSelectionExpression()
586 for (auto it = mArraySizeStack.rbegin(); it != mArraySizeStack.rend(); ++it) in GenerateArraySizesFromStack()
632 for (auto it = arraySizes.rbegin(); it != arraySizes.rend(); ++it) in enterArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h245 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators()
299 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindPHIPlacement()
354 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindAvailableVals()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h219 for (auto Dtor = Dtors.rbegin(); Dtor != Dtors.rend(); ++Dtor) { in clearAndPurge()
435 return llvm::make_range(Container.rbegin(), Container.rend()); in reverse_range()
439 return llvm::make_range(Container.rbegin(), Container.rend()); in reverse_range()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h306 // FixedArray::rbegin()
309 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in absl::FixedArray
311 // Overload of FixedArray::rbegin() to return a const reverse iterator from
313 const_reverse_iterator rbegin() const { in rbegin() function in absl::FixedArray
320 const_reverse_iterator crbegin() const { return rbegin(); } in crbegin()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp88 for (node_riterator N, I = n.rbegin(), E = n.rend(); I != E; I = N) { in run_on()
/third_party/node/deps/v8/src/base/
H A Diterator.h75 auto Reversed(T& t) { // NOLINT(runtime/references): match {rbegin} and {rend} in Reversed()
76 return make_iterator_range(std::rbegin(t), std::rend(t)); in Reversed()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprefinalizer-handler.cc69 std::remove_if(ordered_pre_finalizers_.rbegin(), in InvokePreFinalizers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DPipeline.cpp54 for (auto I = Stages.rbegin(), E = Stages.rend(); I != E && !Err; ++I) { in runCycle()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.cpp66 for (auto indicesIt = indices.rbegin(); indicesIt != indices.rend(); ++indicesIt) in ArrayIndexString()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInfoSink.cpp77 for (auto arraySizeIter = type.getArraySizes().rbegin(); in operator <<()
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h103 constexpr reverse_iterator rbegin() noexcept { return reverse_iterator(end()); }
108 constexpr const_reverse_iterator rbegin() const noexcept
127 * \return rbegin()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h176 reverse_iterator rbegin() { return m_instructions.rbegin(); } in rbegin() function in r600::Block
/third_party/node/src/
H A Dnode_sockaddr-inl.h207 auto it = list_.rbegin(); in CheckExpired()
212 it = list_.rbegin(); in CheckExpired()
/third_party/node/deps/v8/src/compiler/
H A Dschedule.h110 reverse_iterator rbegin() { return nodes_.rbegin(); } in rbegin() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp249 for (const MachineInstr &MI : make_range(MBB.rbegin(), MBB.rend())) in computeLiveIns()
285 for (MachineInstr &MI : make_range(MBB.rbegin(), MBB.rend())) { in recomputeLivenessFlags()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dcfa.h192 for (auto b = postorder.rbegin() + 1; b != postorder.rend(); ++b) { in CalculateDominators()
320 std::vector<BB*> reversed_blocks(ordered_blocks.rbegin(), in ComputeAugmentedCFG()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dcfa.h192 for (auto b = postorder.rbegin() + 1; b != postorder.rend(); ++b) { in CalculateDominators()
320 std::vector<BB*> reversed_blocks(ordered_blocks.rbegin(), in ComputeAugmentedCFG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h281 std::reverse_iterator<iterator> rbegin() const;
432 assert(!Die.isNULL() && "Decrementing rbegin"); in operator --()
463 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rbegin() const { in rbegin() function in llvm::DWARFDie
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp307 for (BasicBlock::reverse_iterator RBI = Pred0->rbegin(), RBE = Pred0->rend(); in mergeStores()
339 RBI = Pred0->rbegin(); in mergeStores()
/third_party/spirv-tools/source/opt/
H A Dcode_sink.cpp41 for (auto inst = bb->rbegin(); inst != bb->rend(); ++inst) { in SinkInstructionsInBB()
43 inst = bb->rbegin(); in SinkInstructionsInBB()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp129 *this = join(std::vector<std::string>(reverseNormalizedComponents.rbegin(), reverseNormalizedComponents.rend())); in normalize()
290 for (std::vector<std::string>::const_reverse_iterator parentIter = createPaths.rbegin(); parentIter != createPaths.rend(); parentIter++) in createDirectoryAndParents()
/third_party/gn/src/base/containers/
H A Dflat_tree.h200 reverse_iterator rbegin();
201 const_reverse_iterator rbegin() const;
643 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::rbegin()
645 return impl_.body_.rbegin();
649 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::rbegin() const
651 return impl_.body_.rbegin();

Completed in 18 milliseconds

12345678910>>...15