Searched refs:__front (Results 1 – 5 of 5) sorted by relevance
21 …] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __impl_->__fr… in __front() function in chrono::tzdb_list
53 _Node* __front = __head_; in __pop_front() local59 return __front; in __pop_front()
55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const tzdb& front() const noexcept { return __front(); } in front()68 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& __front() const noexcept;
60 const tzdb& __front() const noexcept { in __front() function
930 bool const __front = __place == __asan_front_moved;950 size_t __new_edge_index = (__poisoning ^ __front) ? __beg : __end;952 __map_const_iterator __old_edge_map = __front ? __old_c_end_map : __old_c_beg_map;985 __new_edge = (__poisoning ^ __front) ? __mem_beg : __mem_end;991 __old_edge = __front ? __old_end : __old_beg;993 __old_edge = __front ? __mem_end : __mem_beg;997 const void* __new_beg = __front ? __new_edge : __old_edge;998 const void* __new_end = __front ? __old_edge : __new_edge;