/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 232 for (MachineInstr &I : make_range(MBB->rbegin(), MBB->rend())) { in processUndefReads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) { in localizeInterBlock()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.cpp | 237 for (auto It = LoopStack.rbegin(); It != LoopStack.rend(); ++It) { in processNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) { in end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.cpp | 31 if (SU != *rbegin()) in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 138 return PostBlocks.rbegin(); in beginRPO()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 208 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestHierarchyIterator.cpp | 108 for (vector<NodeIter>::reverse_iterator iter = m_sessionStack.rbegin(); iter != m_sessionStack.rend(); ++iter) in ~TestHierarchyIterator()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_optimizer.cpp | 479 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit() 637 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit()
|
/third_party/nghttp2/src/ |
H A D | template.h | 290 const_reverse_iterator rbegin() const { 424 const_reverse_iterator rbegin() const {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 307 auto peakRangeIt = std::max_element(histogram.rbegin(), histogram.rend()); in AppendRunningHistogramCommon() 312 std::find_if(histogram.rbegin(), histogram.rend(), [](size_t value) { return value != 0; }); in AppendRunningHistogramCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 350 iterator overlays_begin() { return FSList.rbegin(); } in overlays_begin() 351 const_iterator overlays_begin() const { return FSList.rbegin(); } in overlays_begin()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span.h | 334 // Span::rbegin() 338 constexpr reverse_iterator rbegin() const noexcept { 346 constexpr const_reverse_iterator crbegin() const noexcept { return rbegin(); }
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_if_conversion.cpp | 45 for (regions_vec::reverse_iterator I = rv.rbegin(); I != rv.rend(); ) { in run()
|
H A D | sb_liveness.cpp | 253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) { in remove_vec()
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | range.hpp | 116 rbegin() { in rbegin() function in clover::detail::basic_range
|
/third_party/node/src/ |
H A D | node_watchdog.cc | 281 for (auto it = instance.watchdogs_.rbegin(); it != instance.watchdogs_.rend(); in InformWatchdogsAboutSignal()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.h | 263 const_reverse_iterator rbegin() const { in rbegin() function in i18n::phonenumbers::UnicodeText
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.cc | 191 for (auto it = stack.rbegin(); it != stack.rend(); ++it) { in AddStack()
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.cc | 359 for (auto i = d_.rbegin(); i != d_.rend(); ++i) { in ~NamespaceScope()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RemoveUnreferencedVariables.cpp | 311 for (auto iter = sequence->rbegin(); iter != sequence->rend(); ++iter) in traverseBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Common.h | 181 constexpr std::reverse_iterator<T *> rbegin() const in rbegin() function in sh::TSpan
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 97 for (SmallVectorImpl<const DIE *>::reverse_iterator I = Parents.rbegin(), in addParentContext()
|