Home
last modified time | relevance | path

Searched refs:crend (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/span_fuzzer/
H A Dspan_fuzzer.cpp37 spanInstance.crend(); in SpanFuzzTest()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dsmall_vector_test.cpp147 auto it = std::find(vector.crbegin(), vector.crend(), 30); in TestVectorResize()
148 ASSERT_NE(it, vector.crend()); in TestVectorResize()
152 it = std::find(vector.crbegin(), vector.crend(), 190); in TestVectorResize()
153 ASSERT_EQ(it, vector.crend()); in TestVectorResize()
H A Darena_allocator_test.cpp334 for (auto it = deq.crbegin(); it != deq.crend(); ++it, --i) { in HWTEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dsmall_vector_test.cpp151 auto it = std::find(vector.crbegin(), vector.crend(), 30U); in TestVectorIteration()
152 ASSERT_NE(it, vector.crend()); in TestVectorIteration()
156 it = std::find(vector.crbegin(), vector.crend(), 190U); in TestVectorIteration()
157 ASSERT_EQ(it, vector.crend()); in TestVectorIteration()
H A Darena_allocator_test.cpp354 for (auto it = deq.crbegin(); it != deq.crend(); ++it, - -i) { in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_pause_tracker.cpp81 auto rend = pauses_.crend(); in MinDelayBeforePauseInMicros()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp46 for (auto it = scopes.crbegin(); it != scopes.crend(); ++it) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dref_vector.h179 const_reverse_iterator crend() const noexcept
181 return const_reverse_iterator(base.crend());
/arkcompiler/runtime_core/libpandabase/utils/
H A Dspan.h125 ConstReverseIterator crend() const in crend() function in panda::Span
H A Dring_buffer.h331 constexpr const_reverse_iterator crend() const noexcept // NOLINT(readability-identifier-naming)
H A Dsmall_vector.h388 auto crend() const in crend() function in panda::SmallVector
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dspan.h124 ConstReverseIterator crend() const in crend() function in ark::Span
H A Dring_buffer.h307 constexpr const_reverse_iterator crend() const noexcept // NOLINT(readability-identifier-naming)
H A Dsmall_vector.h392 auto crend() const in crend() function in ark::SmallVector
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dptr_list_ref.h293 const_reverse_iterator crend() const in crend() function in maple::PtrListRef
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion.h732 auto first = freeObjectSets_.crend(); in REnumerateFreeObjectSets()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp378 for (auto it = nodes.crbegin(); it != nodes.crend(); it++) { in AppendStmtBeforeBranch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp1046 for (auto it = bb->gateList_.crbegin(); it != bb->gateList_.crend(); it++) { in PrintGraph()

Completed in 15 milliseconds