Searched refs:__front (Results 1 – 7 of 7) 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;
13 void *__front; member
60 const tzdb& __front() const noexcept { in __front() function
762 bool const __front = __place == __asan_front_moved;782 size_t __new_edge_index = (__poisoning ^ __front) ? __beg : __end;784 __map_const_iterator __old_edge_map = __front ? __old_c_end_map : __old_c_beg_map;817 __new_edge = (__poisoning ^ __front) ? __mem_beg : __mem_end;823 __old_edge = __front ? __old_end : __old_beg;825 __old_edge = __front ? __mem_end : __mem_beg;829 const void* __new_beg = __front ? __new_edge : __old_edge;830 const void* __new_end = __front ? __old_edge : __new_edge;
953 bool const __front = __place == __asan_front_moved;973 size_t __new_edge_index = (__poisoning ^ __front) ? __beg : __end;975 __map_const_iterator __old_edge_map = __front ? __old_c_end_map : __old_c_beg_map;1008 __new_edge = (__poisoning ^ __front) ? __mem_beg : __mem_end;1014 __old_edge = __front ? __old_end : __old_beg;1016 __old_edge = __front ? __mem_end : __mem_beg;1020 const void* __new_beg = __front ? __new_edge : __old_edge;1021 const void* __new_end = __front ? __old_edge : __new_edge;