Home
last modified time | relevance | path

Searched defs:back (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h355 constexpr reference back() noexcept // NOLINT(readability-identifier-naming) in back() function
363 constexpr const_reference back() const noexcept // NOLINT(readability-identifier-naming) in back() function
Dsmall_vector.h527 reference back() in back() function
/arkcompiler/runtime_core/runtime/include/
Dthread.h156 LockedObjectInfo &back() in back() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp550 for ([[maybe_unused]] auto back : loop->GetBackEdges()) { in CheckDataFlow() local