/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | list_test.cpp | 192 auto it3 = list1.rbegin(); in IsEqual() 193 auto it4 = list2.rbegin(); in IsEqual() 200 it3 = list1.rbegin(); in IsEqual() 201 it4 = list2.rbegin(); in IsEqual()
|
H A D | small_vector_test.cpp | 116 auto it = std::find(vector.rbegin(), vector.rend(), 30); in TestVectorFind() 119 ASSERT_EQ(std::distance(vector.rbegin(), it), 1); in TestVectorFind() 121 it = std::find(vector.rbegin(), vector.rend(), 50); in TestVectorFind()
|
H A D | ring_buffer_test.cpp | 72 for (auto it = buffer.rbegin(); it != buffer.rend(); ++it) { in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | list_test.cpp | 195 auto it3 = list1.rbegin(); in IsEqual() 196 auto it4 = list2.rbegin(); in IsEqual() 203 it3 = list1.rbegin(); in IsEqual() 204 it4 = list2.rbegin(); in IsEqual()
|
H A D | ring_buffer_test.cpp | 72 for (auto it = buffer.rbegin(); it != buffer.rend(); ++it) { in TEST()
|
H A D | small_vector_test.cpp | 113 auto it = std::find(vector.rbegin(), vector.rend(), 30U); in CheckReverseIteration() 116 ASSERT_EQ(std::distance(vector.rbegin(), it), 1U); in CheckReverseIteration() 117 it = std::find(vector.rbegin(), vector.rend(), 50U); in CheckReverseIteration()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | string_utils.h | 106 return std::equal(end.rbegin(), end.rend(), str.rbegin()); in EndsWith()
|
H A D | ptr_list_ref.h | 268 reverse_iterator rbegin() in rbegin() function in maple::PtrListRef 273 const_reverse_iterator rbegin() const in rbegin() function in maple::PtrListRef 474 if (where == this->cbegin() && where == this->rbegin().base()) { in erase() 483 } else if (where == this->rbegin().base()) { in erase()
|
/arkcompiler/toolchain/websocket/ |
H A D | string_utils.h | 32 str.erase(std::find_if(str.rbegin(), str.rend(), [](unsigned char ch) { return !std::isspace(ch); }).base(), in TrimRight()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | ring_buffer.h | 247 constexpr reverse_iterator rbegin() noexcept // NOLINT(readability-identifier-naming) 263 constexpr const_reverse_iterator rbegin() const noexcept // NOLINT(readability-identifier-naming) 281 return rbegin();
|
H A D | span.h | 100 ReverseIterator rbegin() in rbegin() function in panda::Span 105 ConstReverseIterator rbegin() const in rbegin() function in panda::Span
|
H A D | small_vector.h | 368 auto rbegin() const in rbegin() function in panda::SmallVector 372 auto rbegin() in rbegin() function in panda::SmallVector
|
H A D | list.h | 530 ReverseIterator rbegin() in rbegin() function in DList 536 ConstReverseIterator rbegin() const in rbegin() function in DList
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | ring_buffer.h | 243 constexpr reverse_iterator rbegin() noexcept // NOLINT(readability-identifier-naming) 255 constexpr const_reverse_iterator rbegin() const noexcept // NOLINT(readability-identifier-naming) 269 return rbegin();
|
H A D | span.h | 99 ReverseIterator rbegin() in rbegin() function in ark::Span 104 ConstReverseIterator rbegin() const in rbegin() function in ark::Span
|
H A D | small_vector.h | 372 auto rbegin() const in rbegin() function in ark::SmallVector 376 auto rbegin() in rbegin() function in ark::SmallVector
|
H A D | list.h | 512 ReverseIterator rbegin() in rbegin() function in DList 518 ConstReverseIterator rbegin() const in rbegin() function in DList
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
H A D | ref_vector.h | 144 reverse_iterator rbegin() noexcept 146 return reverse_iterator(base.rbegin()); 149 const_reverse_iterator rbegin() const noexcept 151 return const_reverse_iterator(base.rbegin());
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | memory_coalescing.cpp | 347 auto boundIt = std::find(candidates_.rbegin(), candidates_.rend(), bound); in FindUpperInsertAfter() 349 for (auto it = candidates_.rbegin(); it != boundIt; it++) { in FindUpperInsertAfter() 495 for (auto iter = candidates_.rbegin(); iter != candidates_.rend(); iter++) { in HandleArrayAccessI() 552 for (auto iter = candidates_.rbegin(); iter != candidates_.rend(); iter++) { in HandleArrayAccess() 593 for (auto iter = candidates_.rbegin(); iter != candidates_.rend(); iter++) { in CheckForObjectCandidates() 687 candidates_.insert(std::find_if(candidates_.rbegin(), candidates_.rend(), in InsertPair()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | panda_vm.cpp | 158 for (rit = footprintToClass.rbegin(); rit != footprintToClass.rend(); ++rit) { in GetClassesFootprint()
|
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
H A D | inheritanceResolution.cpp | 122 for (auto it = chainEntryList.rbegin(); it != chainEntryList.rend(); ++it) { in ResolveInheritanceChainImpl()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | defaultParameterLowering.cpp | 262 for (auto [it, i] = std::tuple {params.rbegin(), 1}; it != params.rend(); ++it, i++) { in ProcessGlobalFunctionDefinition() 305 } while (params.rbegin() != pt--); in ProcessGlobalFunctionDefinition()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
H A D | dominators_tree.cpp | 82 auto v = *bucket.rbegin(); in ComputeImmediateDominators()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | branch_elimination.cpp | 206 for (auto it = rpoBlocks.rbegin(); it != rpoBlocks.rend(); it++) { in DisconnectBlocks()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | dominators_tree.cpp | 83 auto v = *bucket.rbegin(); in ComputeImmediateDominators()
|